1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

according to https://github.com/Kozea/Radicale/pull/1866 the trailing / should be removed

This commit is contained in:
Peter Bieringer 2025-09-11 08:02:40 +02:00
parent de1ce0d1d3
commit fba2a7caef

View file

@ -410,7 +410,7 @@ See also for latest examples: https://github.com/Kozea/Radicale/tree/master/cont
```nginx
location /radicale/ { # The trailing / is important!
proxy_pass http://localhost:5232/; # The / is important!
proxy_pass http://localhost:5232;
proxy_set_header X-Script-Name /radicale;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;