summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorFreeroot <free.r@gmx.fr>2018-08-05 11:25:47 +0200
committerFreeroot <free.r@gmx.fr>2018-08-05 11:25:47 +0200
commit7f611a569e38cc79957407fe6383b095141ae128 (patch)
treea55a3c531ba16e5d2c894464166e3e0a79788393 /.examples
parent31878f1f57a09e1603d62ddfc5b47ba4c7fb0d99 (diff)
add infos from #409 in doc
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 06dbd8ef..cc1dae73 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -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: