Fix config error, add nginx

This commit is contained in:
Julian-Samuel Gebühr
2022-06-24 11:50:52 +02:00
parent 1316656998
commit 4d40b61a51
5 changed files with 44 additions and 15 deletions

View File

@ -45,17 +45,6 @@
{{ render_nginx_status_location_block(matrix_nginx_proxy_proxy_matrix_nginx_status_allowed_addresses) }}
{% endif %}
{% if matrix_nginx_proxy_node_exporter_reverse_enabled %}
location /node-exporter/ {
resolver 127.0.0.11 valid=5s;
proxy_pass http://matrix-prometheus-node-exporter:9100/;
}
{% endif %}
{% if matrix_nginx_proxy_postgres_exporter_reverse_enabled %}
location /postgres-exporter/ {
resolver 127.0.0.11 valid=5s;
proxy_pass http://matrix-prometheus-postgres-exporter:9187/;
}
{% if matrix_nginx_proxy_proxy_matrix_metrics_enabled %}
location /metrics {
{% if matrix_nginx_proxy_proxy_matrix_metrics_basic_auth_enabled %}