File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ upstream {{ wanda_upstream }} {
1515upstream prometheus {
1616 server {{ rproxy_prometheus_host }}:{{ rproxy_prometheus_port }} max_fails=5 fail_timeout=60s;
1717}
18- {% endif - %}
18+ {% endif %}
1919
2020server {
2121 # Redirect HTTP to HTTPS
@@ -36,7 +36,7 @@ server {
3636 ssl_prefer_server_ciphers on;
3737 ssl_session_cache shared:SSL:10m;
3838
39- {% if rproxy_provision_prometheus - %}
39+ {% if rproxy_provision_prometheus %}
4040 # Prometheus rule
4141 location /prometheus/ {
4242 allow all;
@@ -51,7 +51,7 @@ server {
5151 # https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass
5252 proxy_pass http://prometheus/;
5353 }
54- {% endif - %}
54+ {% endif %}
5555
5656 # Wanda rule
5757 location {{ wanda_location }}/ {
You can’t perform that action at this time.
0 commit comments