diff --git a/nginx.conf b/nginx.conf index dcb884f16..b4a89c856 100644 --- a/nginx.conf +++ b/nginx.conf @@ -77,10 +77,10 @@ proxy_pass http://127.0.0.1:4000; } - location /collect_info { - root /srv/collect_info; - autoindex on; - } + location /collect_info { + root /srv/collect_info; + autoindex on; + } # Configurator location /configurator {