rp-docs: add link for nginx-proxy

Signed-off-by: jameskimmel <17176225+jameskimmel@users.noreply.github.com>
Co-Authored-By: Simon L. <szaimen@e.mail.de>
This commit is contained in:
jameskimmel 2025-10-07 16:11:44 +02:00 committed by Simon L.
parent d09bcae60a
commit 97af7b63e2

View file

@ -538,13 +538,15 @@ Also change `<you>@<your-mail-provider-domain>` to a mail address of yours.
</details>
### nginx-proxy (Github Repo)
### Nginx-Proxy
<details>
<summary>click here to expand</summary>
Unfortunately, it is not possible to configure nginx-proxy in a way that works because it completely relies on environmental variables of the docker containers itself. Providing these variables does not work as stated above.
This section refers to the dedicated project named `nginx-proxy`. See its [GitHub repo](https://github.com/nginx-proxy/nginx-proxy). If you should be looking for Nginx, see the `Nginx, Freenginx, Openresty, Angie` section in this docu.
Unfortunately, it is not possible to configure `nginx-proxy` in a way that works because it completely relies on environmental variables of the docker containers itself. Providing these variables does not work as stated above.
If you really want to use AIO, we recommend you to switch to caddy. It is simply amazing!<br>