server { listen 80; listen [::]:80; location / { proxy_pass http://unix:/tmp/pgadmin4.sock; include proxy_params; } }