prefix match

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-11 11:10:13 +01:00
parent 478e3ab70f
commit 0b68f41715

View File

@@ -26,7 +26,7 @@ server {
try_files $uri $uri/ =404;
}
location /EOS/ {
location ^~ /EOS/ {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;