server { listen 80; server_name alertmanager.alert.argus.com; location / { proxy_pass http://alertmanager.alert.argus.com:9093; } }