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; + } }