mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
Update DOCUMENTATION.md
remove unnecessary call for `proxy_ssl_trusted_certificate` in example SSL-enabled reverse proxy config
This commit is contained in:
parent
64acfe27f4
commit
2c234b97d1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue