1
0
Fork 0

Add a note about linking ca-certificates

This commit is contained in:
Daniele Tricoli 2015-07-17 18:46:52 +02:00
parent 946327f94f
commit 3d4a295737

View file

@ -17,7 +17,14 @@ volumes, one for config and one for data.
-v /srv/owncloud/data:/srv/owncloud/data eriol/owncloud
```
You should use nginx on the host as reverse proxy::
For owncloud >= 8.1.0 you need, on the host, to link certificates bundle inside
config volume:
```shell
ln -s /etc/ssl/certs/ca-certificates.crt /srv/owncloud/config/ca-bundle.crt
```
You should use nginx on the host as reverse proxy:
```
server {