From f66a8606aa6727fd3cd05729a6a752fd5f653441 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 7 Feb 2018 07:28:32 +0100 Subject: [PATCH] things that should not be here --- mods/sample-nginx-reverse-proxy.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mods/sample-nginx-reverse-proxy.config b/mods/sample-nginx-reverse-proxy.config index fbbbc48802..afc74dfc4a 100644 --- a/mods/sample-nginx-reverse-proxy.config +++ b/mods/sample-nginx-reverse-proxy.config @@ -6,6 +6,13 @@ # Please refer to NGINX docs # +# Note provided by Gabe R.: if you are using nginx as proxy server for Apache2 +# make sure your nginx config DOES NOT contain the following +# ----- +# location ~ /.well-known { +# allow all; +# } +# ----- ... server {