mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try to match all paths
This commit is contained in:
parent
20b98358bd
commit
8dd05d69cd
@ -25,6 +25,11 @@ server {
|
||||
root $NGINX_UPDATE_PAGE_ROOT;
|
||||
index updating.html;
|
||||
|
||||
location / {
|
||||
alias $NGINX_UPDATE_PAGE_ROOT;
|
||||
index updating.html;
|
||||
}
|
||||
|
||||
#access_log /var/log/nginx/access.log main;
|
||||
|
||||
}
|
||||
|
||||
@ -10,7 +10,12 @@ server {
|
||||
root $NGINX_UPDATE_PAGE_ROOT;
|
||||
index updating.html;
|
||||
|
||||
#access_log /var/log/nginx/access.log main;
|
||||
location / {
|
||||
alias $NGINX_UPDATE_PAGE_ROOT;
|
||||
index updating.html;
|
||||
}
|
||||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user