From 0b68f417156e37433f5f34236f67ab00eb9469df Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Tue, 11 Nov 2025 11:10:13 +0100 Subject: [PATCH] prefix match Signed-off-by: Basil Bruhn --- conf.d/fluid-eos-test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/fluid-eos-test.conf b/conf.d/fluid-eos-test.conf index 5951684..e0e1a21 100644 --- a/conf.d/fluid-eos-test.conf +++ b/conf.d/fluid-eos-test.conf @@ -26,7 +26,7 @@ server { try_files $uri $uri/ =404; } - location /EOS/ { + location ^~ /EOS/ { autoindex on; autoindex_exact_size off; autoindex_localtime on;