1 # DO NOT EDIT - This file is being maintained by Prometheus
 
   4         ServerName prometheus.openstreetmap.org
 
   5         ServerAlias prometheus.osm.org
 
   6         ServerAdmin webmaster@openstreetmap.org
 
   8         CustomLog /var/log/apache2/prometheus.openstreetmap.org-access.log combined
 
   9         ErrorLog /var/log/apache2/prometheus.openstreetmap.org-error.log
 
  11         RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
 
  12         Redirect permanent / https://prometheus.openstreetmap.org/
 
  16         ServerName prometheus.openstreetmap.org
 
  17         ServerAdmin webmaster@openstreetmap.org
 
  19         CustomLog /var/log/apache2/prometheus.openstreetmap.org-access.log combined
 
  20         ErrorLog /var/log/apache2/prometheus.openstreetmap.org-error.log
 
  23         SSLCertificateFile /etc/ssl/certs/prometheus.openstreetmap.org.pem
 
  24         SSLCertificateKeyFile /etc/ssl/private/prometheus.openstreetmap.org.key
 
  26         ProxyPass /prometheus http://localhost:9090/prometheus
 
  27         Redirect 403 /alertmanager/api
 
  28         ProxyPass /alertmanager http://localhost:9093/alertmanager
 
  29         ProxyPass /karma http://localhost:8081/karma
 
  30         ProxyPass / http://localhost:3000/
 
  33         <Location /alertmanager>
 
  34 <% @admin_hosts.each do |host| -%>
 
  35                 Require ip <%= host %>
 
  40 <% @admin_hosts.each do |host| -%>
 
  41                 Require ip <%= host %>