server { server_name _; listen 80; location / { proxy_pass http://localhost:{{ port }}; } }