]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx-reverse-proxy.config
Fixes:
[friendica.git] / 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 {