From 478e3ab70f4b9100c2290fa47185749d26774354 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Tue, 11 Nov 2025 11:07:39 +0100 Subject: [PATCH] fix description and locations EOS Signed-off-by: Basil Bruhn --- conf.d/fluid-eos-test.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf.d/fluid-eos-test.conf b/conf.d/fluid-eos-test.conf index 6826f64..5951684 100644 --- a/conf.d/fluid-eos-test.conf +++ b/conf.d/fluid-eos-test.conf @@ -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; + } }