Apply nginx rewrite on nightly

This commit is contained in:
Charlene Auger 2023-12-18 14:04:48 +01:00
parent 509af7b598
commit dc835e424a

View File

@ -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;