fix override html

This commit is contained in:
mercury
2025-11-27 21:35:09 +04:00
parent 288435e2a0
commit a3c59991ce
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -48,6 +48,11 @@ http {
try_files $uri /override.html @auth;
}
location /override/ {
alias /app/override/;
try_files $uri =404;
}
location / {
root /app;
auth_basic "Restricted Content";
+5
View File
@@ -48,6 +48,11 @@ http {
try_files $uri /override.html @auth;
}
location /override/ {
alias /app/override/;
try_files $uri =404;
}
location / {
root /app;
auth_basic "Restricted Content";