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.

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.
I just spent a good long while trying to get this to work on my setup. Basically exactly the same with an Nginx reverse proxy onto an apache backend with phpmyadmin in a subdirectory. <br> <br>The thing that fixed it for me was to set the phpmyadmin config variable <br> <br>$cfg[‘PmaAbsoluteUri’] <br> <br>to the url that your users should see. In my case it was something like <br> <br>$cfg[‘PmaAbsoluteUri’] = ‘https://example.com/pma/’; <br> <br>I did manage to get Nginx to rewrite the redirects correctly in order to let me in but I found phpmyadmin was riddled with links that were incorrect so I figured fixing my Nginx configuration was not the solution.
Did you follow either <a href=“https://www.digitalocean.com/community/articles/how-to-install-phpmyadmin-on-a-lemp-server”>How To Install phpMyAdmin on a LEMP server</a> or <a href=“https://www.digitalocean.com/community/articles/how-to-install-and-secure-phpmyadmin-on-ubuntu-12-04”>How To Install and Secure phpMyAdmin on Ubuntu 12.04</a>
yes Ive tried everything but does not work. :(( always redirect to :8080 but works on :80 if I manually retype to :80 <br> <br>ports in redirect mode is useless :(