server { listen 80; server_name s.ixvd.net; location / { proxy_pass http://gatus:8080$request_uri; } }