I’ve installed Nginx and Gunicorn on Ubuntu 20.04. I am also utilizing Cloudflare. I would like to use PgAdmin (Web interface) and have installed it. I’m getting Apache Failed to Start error. I’m thinking it may need to use Port 80 and Nginx is already utilizing that port. I’ve found the following article, but am wondering whether it is what I need to accomplish this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @mpasquali
I assume that you’re running Nginx as a reverse proxy with Apache?
On the note of this tutorial:
https://www.digitalocean.com/community/questions/how-do-you-remote-connect-with-pgadmin-4-to-a-postgresql-on-a-droplet
I’ll also recommend configuring an SSH tunnel as per asb’s reply. It will securely send traffic from the Droplet to your local machine without needing to expose the database publically.
Regards, Alex