diff --git a/nginx.conf b/nginx.conf index 4aa7af3e6..4bcead1cd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -75,6 +75,11 @@ proxy_pass http://127.0.0.1:4000; } + location /collect_info { + root /srv/collect_info; + autoindex on; + } + # Configurator location /configurator { proxy_pass http://127.0.0.1:7777; diff --git a/playbook-init.yml b/playbook-init.yml index a6edb6858..e459b0b44 100644 --- a/playbook-init.yml +++ b/playbook-init.yml @@ -9,6 +9,7 @@ with_items: - /opt/prometheus/data - /opt/consul-data + - /srv/collect_info - name: NGINX | Disable daemon lineinfile: