X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93b82f6239bf810ecdb96241c7680628f5a7ebc9..06f75772a25febcfd00bfb8607ce3931520adb22:/cookbooks/prometheus/templates/default/apache.erb diff --git a/cookbooks/prometheus/templates/default/apache.erb b/cookbooks/prometheus/templates/default/apache.erb index edc1647af..1dead4474 100644 --- a/cookbooks/prometheus/templates/default/apache.erb +++ b/cookbooks/prometheus/templates/default/apache.erb @@ -26,12 +26,20 @@ ProxyPass /prometheus http://localhost:9090/prometheus Redirect 403 /alertmanager/api ProxyPass /alertmanager http://localhost:9093/alertmanager + ProxyPass /karma http://localhost:8081/karma + ProxyPass /api/live/ws ws://localhost:3000/api/live/ws ProxyPass / http://localhost:3000/ ProxyPreserveHost on <% @admin_hosts.each do |host| -%> Require ip <%= host %> +<% end -%> + + + +<% @admin_hosts.each do |host| -%> + Require ip <%= host %> <% end -%>