forked from linux/WebHosting
fix description and locations EOS
Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user