move fluid to apache

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-24 10:33:04 +01:00
parent b6fef42220
commit f2d6ca9c83
3 changed files with 30 additions and 9 deletions
-8
View File
@@ -24,14 +24,6 @@ server {
autoindex_exact_size off;
autoindex_localtime on;
try_files $uri $uri/ =404;
}
location ^~ /EOS/ {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
try_files $uri $uri/ =404;
}
}