not working, revert

This commit is contained in:
Ulf Gebhardt 2022-01-10 11:09:10 +01:00
parent 8dd05d69cd
commit c7184e3921
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 8 additions and 8 deletions

View File

@ -25,10 +25,10 @@ server {
root $NGINX_UPDATE_PAGE_ROOT;
index updating.html;
location / {
alias $NGINX_UPDATE_PAGE_ROOT;
index updating.html;
}
#location / {
# alias $NGINX_UPDATE_PAGE_ROOT;
# index updating.html;
#}
#access_log /var/log/nginx/access.log main;

View File

@ -10,10 +10,10 @@ server {
root $NGINX_UPDATE_PAGE_ROOT;
index updating.html;
location / {
alias $NGINX_UPDATE_PAGE_ROOT;
index updating.html;
}
#location / {
# alias $NGINX_UPDATE_PAGE_ROOT;
# index updating.html;
#}
access_log /var/log/nginx/access.log main;