refactor(nginx): redirect to ocsreports
This commit is contained in:
parent
f4334c8a58
commit
509af7b598
@ -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