server { listen 80; listen [::]:80; server_name _; location / { include uwsgi_params; uwsgi_pass wiki:3031; } }