1
0
Fork 0
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:
Unrud 2017-08-23 00:39:07 +02:00
parent 9176414ba4
commit e886b62188

View file

@ -71,6 +71,7 @@ Example **nginx** configuration:
```nginx
location /radicale/ {
proxy_pass https://localhost:5232/;
...
# Place the files somewhere nginx is allowed to access (e.g. /etc/nginx/...).
proxy_ssl_certificate /path/to/client_cert.pem;