changeset 60:1e2f8966d0a6

Allow requests to ".well-known" so that we don't accidentally get blocked
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Sep 2015 11:08:22 +0000
parents 851f7fa888eb
children e424cd208b99
files modules/website/files/zzz-custom.conf
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/modules/website/files/zzz-custom.conf	Sun Sep 06 09:50:39 2015 +0000
+++ b/modules/website/files/zzz-custom.conf	Sat Sep 12 11:08:22 2015 +0000
@@ -49,6 +49,10 @@
         Order Allow,Deny
         Deny from all
 </Location>
+<Location /.well-known>
+	Order Deny,Allow
+	Allow from all
+</Location>
 <FilesMatch ^\.>
         Order Allow,Deny
         Deny from all