server { server_name urlo.li; access_log off; error_log off; location / { proxy_pass http://localhost:9910; } listen 80; listen [::]:80; }