server { listen 80; server_name s3.stfx.tk; location / { proxy_set_header Host $http_host; proxy_pass http://localhost:9000; } }