diff --git a/reverse-proxy.md b/reverse-proxy.md index 3e4745f2..ffc0ea10 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -1,5 +1,7 @@ # Reverse Proxy Documentation +**Note:** The maintainers of AIO noticed that this documentation is not easy. All contributions that improve this are very welcome! + A [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) is basically a web server that enables computers on the internet to access a service in a [private subnet](https://en.wikipedia.org/wiki/Private_network). **Please note:** Publishing the AIO interface with a valid certificate to the public internet is **not** the goal of this documentation! Instead, the main goal is to publish Nextcloud with a valid certificate to the public internet which is **not** running inside the mastercontainer but in a different container! If you need a valid certificate for the AIO interface, see [point 5](#5-optional-get-a-valid-certificate-for-the-aio-interface).