fix description and locations EOS

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-11 11:07:39 +01:00
parent 0d160ed817
commit 478e3ab70f
+8 -1
View File
@@ -1,4 +1,4 @@
# INC0150202 Kohlbrecher Joachim & Wall Edward Owen
# Churakov Sergey - ISPD migration
server {
listen 80;
server_name fluid-eos-test.psi.ch;
@@ -26,5 +26,12 @@ server {
try_files $uri $uri/ =404;
}
location /EOS/ {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
try_files $uri $uri/ =404;
}
}