From 3b5b2a4a535abec69683d1cd8651cd07510d87ef Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Thu, 27 Aug 2020 13:46:46 -0400 Subject: [PATCH] Update reverse-proxy.md (#36) Change reference to LSIO's container to have more SWAG --- docs/self-hosted/reverse-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosted/reverse-proxy.md b/docs/self-hosted/reverse-proxy.md index ae8703e..64b9c12 100644 --- a/docs/self-hosted/reverse-proxy.md +++ b/docs/self-hosted/reverse-proxy.md @@ -7,9 +7,9 @@ The following assume that you are running SyncLounge with default settings. If y ## NGINX -If you are using the [Let's Encrypt container by LinuxServer.io (LSIO)](https://hub.docker.com/r/linuxserver/letsencrypt), you can use the provided configs found in [LSIO's reverse proxy repo](https://github.com/linuxserver/reverse-proxy-confs). +If you are using the [Secure Web Application Gateway (SWAG) container by LinuxServer.io (LSIO)](https://hub.docker.com/r/linuxserver/swag), you can use the provided configs found in [LSIO's reverse proxy repo](https://github.com/linuxserver/reverse-proxy-confs). -If you aren't using [LSIO's Let's Encrypt container](https://hub.docker.com/r/linuxserver/letsencrypt), the configurations found in [LSIO's reverse proxy repo](https://github.com/linuxserver/reverse-proxy-confs) for [subdomain](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subdomain.conf.sample) and [subfolder](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subfolder.conf.sample) configurations will still be helpful. +If you aren't using [LSIO's SWAG container](https://hub.docker.com/r/linuxserver/swag), the configurations found in [LSIO's reverse proxy repo](https://github.com/linuxserver/reverse-proxy-confs) for [subdomain](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subdomain.conf.sample) and [subfolder](https://github.com/linuxserver/reverse-proxy-confs/blob/master/synclounge.subfolder.conf.sample) configurations will still be helpful. **NOTES:**