location /tools/pgadmin/ { proxy_pass http://pgadmin; proxy_set_header X-Script-Name /tools/pgadmin; proxy_set_header Host $host; proxy_redirect off; add_header Cache-Control "no-store, no-cache, must-revalidate"; }