server {
listen 80 default_server;
root /www/;
index index.prom;
charset utf-8;
types {
text/plain prom;
}