mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Fix nginx example for encrypted connection
This commit is contained in:
parent
9176414ba4
commit
e886b62188
1 changed files with 1 additions and 0 deletions
1
proxy.md
1
proxy.md
|
@ -71,6 +71,7 @@ Example **nginx** configuration:
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
location /radicale/ {
|
location /radicale/ {
|
||||||
|
proxy_pass https://localhost:5232/;
|
||||||
...
|
...
|
||||||
# Place the files somewhere nginx is allowed to access (e.g. /etc/nginx/...).
|
# Place the files somewhere nginx is allowed to access (e.g. /etc/nginx/...).
|
||||||
proxy_ssl_certificate /path/to/client_cert.pem;
|
proxy_ssl_certificate /path/to/client_cert.pem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue