phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
663 stars 453 forks source link

Support request: Redirect to login on successful login when using fpm-alpine with nginx #438

Open kuhler-Stratege opened 4 months ago

kuhler-Stratege commented 4 months ago

Hello, I am following #253 and got pma to load the login page successfully. However when I am trying to login no matter if correct or incorrect, I always get redirected back to the login page without any message etc. \ I am trying to setup fpm-alpine as a second virtual host of my nginx docker container. When using the apache version of pma instead and accessing the apache server directly, everything works fine, so maybe I have some faulty nginx configuration but I have no idea anymore what it could be and could not find a solution online. \ Any idea why I always get redirected back to the login page after login?

Here are my files: