Skip to content

Commit 348b123

Browse files
committed
enhancements related to #1807
1 parent 3f24ab4 commit 348b123

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

DOCUMENTATION.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ should be made available at the root of the web server (in the nginx case
382382
using `location /`), then the setting of the `X-Script-Name` header should be
383383
removed 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
390390
location /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
```
405407
handle_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
418419
RewriteEngine On

0 commit comments

Comments
 (0)