From 2ca0f2339c9fbf433336b1d8cefae17890dc28ae Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 14 Nov 2017 12:26:03 -0300 Subject: [PATCH] PMM-870 Added dir for collect info for services team (#33) * PMM-870 Added dir for collect info for services team * PMM-870 fix tabulation * PMM-870 Changed path from /opt to /srv --- nginx.conf | 5 +++++ playbook-init.yml | 1 + 2 files changed, 6 insertions(+) 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: