From c7184e392153a0bf070f5b6e8e1b63c5c680f47b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 10 Jan 2022 11:09:10 +0100 Subject: [PATCH] not working, revert --- .../nginx/sites-available/update-page.conf.ssl.template | 8 ++++---- .../nginx/sites-available/update-page.conf.template | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployment/bare_metal/nginx/sites-available/update-page.conf.ssl.template b/deployment/bare_metal/nginx/sites-available/update-page.conf.ssl.template index 6e5ce8c40..1724ac61e 100644 --- a/deployment/bare_metal/nginx/sites-available/update-page.conf.ssl.template +++ b/deployment/bare_metal/nginx/sites-available/update-page.conf.ssl.template @@ -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; diff --git a/deployment/bare_metal/nginx/sites-available/update-page.conf.template b/deployment/bare_metal/nginx/sites-available/update-page.conf.template index 84f66d4c9..edc191d54 100644 --- a/deployment/bare_metal/nginx/sites-available/update-page.conf.template +++ b/deployment/bare_metal/nginx/sites-available/update-page.conf.template @@ -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;