does anybody have reverse nginx with auth inside radicale working out there? Please share a working config #1447
-
Hi, it seems the nginx reverse proxy in the docs does not work. I have only seen examples of people that use authentication via nginx, but no working examples where nginx sites in front of radicale and where radicale handles authentication. see
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
relates to #1255 |
Beta Was this translation helpful? Give feedback.
-
see #1255 (comment) - cannot replicate |
Beta Was this translation helpful? Give feedback.
-
Thank you for the trouble of trying to replicate. For future people trying such a setup my config is below.
so in this case nginx is not at the same host as the radicale server.
For the config and encryption of password files I used this guide: The config of my remote radicale server which works with the nginx config above is:
|
Beta Was this translation helpful? Give feedback.
Thank you for the trouble of trying to replicate.
I have found the cause in my setup: I was blocking the post method. So I too now can confirm a working config with an nginx reverse proxy.
My conclusion above was wrong!
For future people trying such a setup my config is below.
At the nginx side the config is like this