server { listen 5357 default_server; listen [::]:5357 default_server; location / { proxy_pass http://unix:/tmp/synowstransfer.sock; } }