-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx reverse proxy to phpmyadmin is not working #210
Comments
Same. |
Hi, I have actually got this issue fixed. I can explain what was happening. Here is my updated & working configuration.
Issue 1 :
Issue 2: This was happening because of PHP files were failing to load. I hope this helps others. |
@SubrataM3 can you share to us your config file? Thanks in advance. |
I think already shared my config on the above post? which config you are talking about? |
I use below and can access
|
Docker Image version:
4.8.5 (using the latest tag)
Nginx configuration:
Using the same configuration that is supposed to work as per the comments of other users here.
Docker-compose
I have set correct environment variable using the following URL
- PMA_ABSOLUTE_URI=https://sub.domain_name.com/phpmyadmin/
Issues
I am sure the PMA_ABSOLUTE_URI is correctly set.
After submitting login I get 404 Not Found.
I have also tried earlier versions like 4.7 and 4.6. Those were just returning a blank page, you can see failed elements in the following screenshot.
![image](https://user-images.githubusercontent.com/15718377/52974937-58b27e00-33e9-11e9-8dca-52f8ddc21096.png)
Kindly help me with this issue. You can also send instructions to debug this.
Thank you.
The text was updated successfully, but these errors were encountered: