server { listen 80 default_server; root /www/metrics; index index.prom; types { text/plain prom; } }