From a6f1c29f4ff9927838e6cd2b6e078f2ee956deb3 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 11 Sep 2025 06:05:18 +0000 Subject: [PATCH] Generate documentation --- master.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.html b/master.html index aa489529..06ac6f3e 100644 --- a/master.html +++ b/master.html @@ -626,7 +626,7 @@ below.

Example nginx configuration extension:

See also for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/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;