fix: serve canonical status index directly
This commit is contained in:
@@ -21,7 +21,8 @@ location = /quant-os/status/index.html {
|
||||
}
|
||||
|
||||
location = /quant-os/status/ {
|
||||
alias /srv/www/quant-os/status/index.html;
|
||||
root /srv/www;
|
||||
rewrite ^ /quant-os/status/index.html break;
|
||||
default_type text/html;
|
||||
add_header Cache-Control "no-cache" always;
|
||||
add_header X-Content-Type-Options "nosniff" always;
|
||||
|
||||
Reference in New Issue
Block a user