server { listen 80; server_name fz.ixvd.net; location / { proxy_pass http://firezone:13000; } error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } }