fix override html
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user