/ disabling maintenance mode

This commit is contained in:
fro
2025-11-11 09:06:14 -05:00
parent 2f65f4aa55
commit 6a6905eedb

View File

@@ -53,9 +53,9 @@ server {
error_page 404 = @myownredirect; error_page 404 = @myownredirect;
} }
# enable maintenance mode # enable maintenance mode, as index.html on the root is used when the postgrest proxy is being maintained
location ~ ^/(index.html) { #location ~ ^/(index.html) {
} #}
# access to certain files # access to certain files
location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) { location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) {