Skip to content
Snippets Groups Projects
Commit 94705db7 authored by Jordi Isidro Llobet's avatar Jordi Isidro Llobet
Browse files

correcció node exporter

parent f1fa0061
No related branches found
No related tags found
1 merge request!16correcció node exporter
......@@ -90,6 +90,6 @@ firewall_allowed_tcp_ports:
- "443" # for HTTPS.
basic_auth_users:
- { 'path': '/etc/odoo/.htpasswd', 'name': odoo, 'password': '{{ basic_auth_api_password }}' }
- { 'path': '/etc/nginx/.nexporter.htpasswd', 'name': odoo, 'password': '{{ basic_auth_api_password }}' }
- { 'path': '/etc/nginx/.pexporter.htpasswd', 'name': 'pexporter', 'password': '{{ basic_auth_user_pexporter_password }}' }
- { 'path': '/etc/nginx/.bexporter.htpasswd', 'name': 'bexporter', 'password': '{{ basic_auth_user_bexporter_password }}' }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment