1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Merge pull request #1641 from claman/patch-1

Update DOCUMENTATION.md
This commit is contained in:
Peter Bieringer 2024-12-02 21:00:45 +00:00 committed by GitHub
commit 166d4ed27b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -537,7 +537,6 @@ location /radicale/ {
# Place the files somewhere nginx is allowed to access (e.g. /etc/nginx/...).
proxy_ssl_certificate /path/to/client_cert.pem;
proxy_ssl_certificate_key /path/to/client_key.pem;
proxy_ssl_trusted_certificate /path/to/server_cert.pem;
}
```