]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4410 from tobiasd/20180207-nginxproxy
authorMichael Vogel <icarus@dabo.de>
Wed, 7 Feb 2018 06:44:44 +0000 (07:44 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 06:44:44 +0000 (07:44 +0100)
things that should not be here

mods/sample-nginx-reverse-proxy.config

index fbbbc488026aaaff31991b1a9d2fa2af4fc2bccd..afc74dfc4a42fbcc7cf638623d501b5205fd7ebc 100644 (file)
@@ -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 {