From cb5f3b31a9d4bee846957fa64a40022bd27aefa9 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 11 Nov 2025 08:50:57 -0500 Subject: [PATCH] / wa.fo file access adding favicon.ico --- cfg/ngx/wa.fo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/ngx/wa.fo.conf b/cfg/ngx/wa.fo.conf index 4dedb76..d5403bc 100644 --- a/cfg/ngx/wa.fo.conf +++ b/cfg/ngx/wa.fo.conf @@ -54,8 +54,8 @@ server { } # access to certain files - location ~ ^/(robots.txt) { - + location ~ ^/(robots.txt|favicon.ico) { + # do nothing, which means avoid the postgrest proxy } # /dbg/shortcode | debug mode