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.
There can be multiple reasons behind this issue, it can be due to your FireWall, your Nginx configuration or something with the phpMyAdmin application.
Let’s start with Nginx, please post your phpMyAdmin configuration file. Have you enabled it, have you reloaded Nginx after creating the file?
Next stop would be your Firewall, make sure whether you are using Iptables or ufw to have port 80 and 443 enabled. You can check if they are enabled using
ufw status
or
iptables -L
Regards,
KFSys
The developer cloud
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.