File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -382,9 +382,9 @@ should be made available at the root of the web server (in the nginx case
382382using ` location / ` ), then the setting of the ` X-Script-Name ` header should be
383383removed from the example below.
384384
385- Example ** nginx** configuration:
385+ Example ** nginx** configuration extension :
386386
387- See for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/nginx/
387+ See also for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/nginx/
388388
389389``` nginx
390390location /radicale/ { # The trailing / is important!
@@ -399,20 +399,21 @@ location /radicale/ { # The trailing / is important!
399399}
400400```
401401
402- Example ** Caddy** configuration:
402+ Example ** Caddy** configuration extension:
403+
404+ See also for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/caddy/
403405
404406```
405407handle_path /radicale/* {
406408 uri strip_prefix /radicale
407409 reverse_proxy localhost:5232 {
408- header_up X-Script-Name /radicale
409410 }
410411}
411412```
412413
413- Example ** Apache** configuration:
414+ Example ** Apache** configuration extension :
414415
415- See for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/apache/
416+ See also for latest examples: https://github.com/Kozea/Radicale/tree/master/contrib/apache/
416417
417418``` apache
418419RewriteEngine On
You can’t perform that action at this time.
0 commit comments