Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hello
My web runs well following the tutorial on how to setup Django gunicorn, systemd and as we know, there is a line in the nginx file that reads like this:
proxy_pass http://unix:/run/gunicorn.sock;
However, the issue that I am anticipating while reading the tutorial on how to install pgadmin4 on server mode is that in there it says that we need to add this line
location / {
proxy_pass http://unix:/tmp/pgadmin4.sock;
include proxy_params;
}
which, as we see, either conflicts (or replaces or does it just add one more? ) to the first one cited above.
Matteo Scarpa
Matteo Scarpa
KFSys
4ae272398ee6445a9bf73f4cd632b5
KFSys
phosphide
KFSys
KFSys
garantieheld
KFSys