Apply nginx rewrite on nightly
This commit is contained in:
parent
509af7b598
commit
dc835e424a
@ -25,6 +25,7 @@ server {
|
||||
ssl_certificate_key /etc/nginx/certs/${SSL_KEY};
|
||||
|
||||
location / {
|
||||
rewrite ^/$ /ocsreports permanent;
|
||||
proxy_redirect off;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $http_host;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user