From 2f65f4aa550f624d3d067894b5a5f658ae1322ae Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 11 Nov 2025 09:02:05 -0500 Subject: [PATCH] /+ Inconsolata.ttf & maintenance mode --- cfg/ngx/wa.fo.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cfg/ngx/wa.fo.conf b/cfg/ngx/wa.fo.conf index d5403bc..039e256 100644 --- a/cfg/ngx/wa.fo.conf +++ b/cfg/ngx/wa.fo.conf @@ -53,8 +53,12 @@ server { error_page 404 = @myownredirect; } + # enable maintenance mode + location ~ ^/(index.html) { + } + # access to certain files - location ~ ^/(robots.txt|favicon.ico) { + location ~ ^/(robots.txt|favicon.ico|Inconsolata.ttf) { # do nothing, which means avoid the postgrest proxy }