server { listen 80; server_name push.ixvd.net; location / { proxy_pass http://ntfy$request_uri; } }