X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22014524ab710947798fed63c81cafad02bcfb45..5f4e541fce6e3ece45edcf8b391edd3fc330ce38:/cookbooks/prometheus/templates/default/apache.erb diff --git a/cookbooks/prometheus/templates/default/apache.erb b/cookbooks/prometheus/templates/default/apache.erb index b4c7c55ac..00760ed43 100644 --- a/cookbooks/prometheus/templates/default/apache.erb +++ b/cookbooks/prometheus/templates/default/apache.erb @@ -23,6 +23,9 @@ SSLCertificateFile /etc/ssl/certs/prometheus.openstreetmap.org.pem SSLCertificateKeyFile /etc/ssl/private/prometheus.openstreetmap.org.key + ProxyPass /prometheus http://localhost:9090/prometheus + Redirect 403 /alertmanager/api + ProxyPass /alertmanager http://localhost:9093/alertmanager ProxyPass / http://localhost:3000/ ProxyPreserveHost on