Thomas
Thomas
Hello, +1 for this one too. I just switch from using jwilder/nginx-proxy for docker to traefik, all went ok, and the only settup missing is fastcgi. It has been added...
@geraldcroes Could you just please give us some roadmap on this improvement, if there is any ? It would help us to plan things. Do you think there is a...
@geraldcroes Thanks a lot for your return. Ok, i hope this improvement will be accepted and scheduled on TODO ; ) Have a great day.
@tcoupin Thanks a lot for investigating your time to propose a solution. I cannot help you on the code / your question, as i am not an expert of traefik...
@tcoupin , any news about merging your changes ( https://github.com/tcoupin/traefik/commit/6effcb928570160a046f71e6571460c528e03d1c ) ? Best regards
Is it fixed ? Thanks
Hello @jumbojett Thanks for your insight on this issue. It is a custom implementation of OpenID server of a customer of us. We are developping an application relying on their...
Commenting it brings an error, here is a screenshot: 
I will see with our developper if he can provide one, ok. Thanks !
Thanks @sasanrose I manage to make it work by using: ``` environment: - "PHPREDMIN_DATABASE_REDIS_0_HOST=/var/run/redis/redis.sock" - "PHPREDMIN_DATABASE_REDIS_0_PORT=0" ``` Forcing port to 0 disable attempting to connect in TCP. The second problem...