Skip to content

Commit

Permalink
PMM-870 Added dir for collect info for services team (percona#33)
Browse files Browse the repository at this point in the history
* PMM-870 Added dir for collect info for services team

* PMM-870 fix tabulation

* PMM-870 Changed path from /opt to /srv
  • Loading branch information
percona-csalguero authored and delgod committed Nov 14, 2017
1 parent 69a5652 commit 2ca0f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions playbook-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
with_items:
- /opt/prometheus/data
- /opt/consul-data
- /srv/collect_info

- name: NGINX | Disable daemon
lineinfile:
Expand Down

0 comments on commit 2ca0f23

Please sign in to comment.