server { listen 80; listen [::]:80; server_name {{ wg_portal_hostname }}; location / { proxy_pass http://127.0.0.1:{{ wg_portal_port }}/; } }