comparison modules/website/files/zzz-custom.conf @ 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 0c548d481c0a
children 33682e5b34fc
comparison
equal deleted inserted replaced
59:851f7fa888eb 60:1e2f8966d0a6
47 47
48 <Location /.hg/> 48 <Location /.hg/>
49 Order Allow,Deny 49 Order Allow,Deny
50 Deny from all 50 Deny from all
51 </Location> 51 </Location>
52 <Location /.well-known>
53 Order Deny,Allow
54 Allow from all
55 </Location>
52 <FilesMatch ^\.> 56 <FilesMatch ^\.>
53 Order Allow,Deny 57 Order Allow,Deny
54 Deny from all 58 Deny from all
55 </FilesMatch> 59 </FilesMatch>
56 60