From 1350b0b86a66f4eeba0f6e10c3ec186c45f306f5 Mon Sep 17 00:00:00 2001 From: Weston Myers Date: Fri, 22 Jan 2021 05:25:33 -0500 Subject: [PATCH] Update reverse_proxy_configuration.rst Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik. --- .../configuration_server/reverse_proxy_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/reverse_proxy_configuration.rst b/admin_manual/configuration_server/reverse_proxy_configuration.rst index 54023169e..f5672b475 100644 --- a/admin_manual/configuration_server/reverse_proxy_configuration.rst +++ b/admin_manual/configuration_server/reverse_proxy_configuration.rst @@ -76,7 +76,7 @@ Using docker tags: traefik.frontend.redirect.permanent: 'true' traefik.frontend.redirect.regex: https://(.*)/.well-known/(card|cal)dav - traefik.frontend.redirect.replacement: https://$$1/remote.php/dav/ + traefik.frontend.redirect.replacement: https://$1/remote.php/dav/ Using traefik.toml: ::