From e886b62188d32962c39dbe15a0fb7c7de1d3815e Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 23 Aug 2017 00:39:07 +0200 Subject: [PATCH] Fix nginx example for encrypted connection --- proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy.md b/proxy.md index a425a950..de9d4562 100644 --- a/proxy.md +++ b/proxy.md @@ -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;