mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
add infos from #409 in doc
This commit is contained in:
parent
31878f1f57
commit
7f611a569e
1 changed files with 2 additions and 1 deletions
|
@ -92,8 +92,9 @@ If you want to update your installation to a newer version of nextcloud, repeat
|
|||
|
||||
### with-nginx-proxy
|
||||
The nginx proxy adds a proxy layer between nextcloud and the internet. The proxy is designed to serve multiple sites on the same host machine.
|
||||
|
||||
The advantage in adding this layer is the ability to add a container for [Let's Encrypt](https://letsencrypt.org/) certificate handling.
|
||||
This combination of the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) and [jrcs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) containers creates a fully automated https encryption of the nextcloud installation without worrying about certificate generation, validation or renewal.
|
||||
This combination of the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) and [jrcs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) containers creates a fully automated https encryption of the nextcloud installation without worrying about certificate generation, validation or renewal (needs a domain name and not for local setup).
|
||||
|
||||
To use this example complete the following steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue