Allow .well-known directory thru the gates
In accordance with RFC 5785 https://tools.ietf.org/html/rfc5785 Fixes #2480
This commit is contained in:
parent
3ca1a6fc17
commit
0bcf8f47c1
|
|
@ -28,6 +28,7 @@
|
||||||
## White listed folders
|
## White listed folders
|
||||||
##
|
##
|
||||||
RewriteCond %{REQUEST_FILENAME} -f
|
RewriteCond %{REQUEST_FILENAME} -f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
|
||||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.*
|
RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.*
|
||||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
|
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
|
||||||
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*
|
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue