Merge pull request #4410 from tobiasd/20180207-nginxproxy

things that should not be here
This commit is contained in:
Michael Vogel 2018-02-07 07:44:44 +01:00 committed by GitHub
commit 67300ae4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View 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 {