server { listen [::]:80; listen 0.0.0.0:80; server_name wtfismyip.dn *.wtfismyip.dn; location / { include uwsgi_params; uwsgi_pass unix:/run/uwsgi/app/wtfismyip/socket; more_set_headers 'Access-Control-Allow-Origin: *'; } location /style.css { alias /srv/www/wtfismyip.dn/templates/style.css; } }