From 6a6905eedb8cba18ef2babeeaa7b6b43f6ead4d0 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 11 Nov 2025 09:06:14 -0500 Subject: [PATCH] / disabling maintenance mode --- cfg/ngx/wa.fo.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/ngx/wa.fo.conf b/cfg/ngx/wa.fo.conf index 039e256..182c754 100644 --- a/cfg/ngx/wa.fo.conf +++ b/cfg/ngx/wa.fo.conf @@ -53,9 +53,9 @@ server { error_page 404 = @myownredirect; } - # enable maintenance mode - location ~ ^/(index.html) { - } + # enable maintenance mode, as index.html on the root is used when the postgrest proxy is being maintained + #location ~ ^/(index.html) { + #} # access to certain files location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) {