Description
I see a lot of different discussions, and I am confused at what configurations are the right ones for using the latest
image behind nginx and/or apache at a subdirectory.
I've seen several different versions of rewrite
regex, varying uses of PMA_ABSOLUTE_URI
, and different ways of establishing the location block in nginx. Unfortunately, nothing is in the docs to help reign in all the differing information I see in these issues. I don't even know when I should populate the absolute URI and when not to, there are some bugs that say it should be specified and others that started working when the left it blank. My pma instance always tries to load scripts from the root URL instead of the location I have set in nginx.
All of these have differing ideas of what does and doesn't work:
- Nginx reverse proxy to phpmyadmin is not working #210
- Subdirectory Nginx Proxy_pass #334
- PMA_ABSOLUTE_URI not working #296
- [Question] Serving fpm-alpine image with nginx #253
I am just wondering, what is the official suggestion from the pma docker devs on how the nginx proxy config should look like? Haproxy and traefik examples exist in the docs, but nothing for apache or nginx. I feel like I am just running around in circles and there are too many differing bugs posted to make sense of in a coherent manner.
It seems like there is some special combination of using rewrite
inside the location block (what's the regex supposed to be?), how to specify the location block in the first place, and using the PMA_ABSOLUTE_URI
variable.
This isn't really a request for troubleshooting help as I am still trying all of the things, but more for transparency in what is expected to work from the maintainers' perspectives. We currently don't have this information documented.