You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FilesMatch "^\.(?!well-known)">
Order allow,deny
Deny from all
</FilesMatch>
<DirectoryMatch "/\.(?!well-known)">
Order allow,deny
Deny from all
</DirectoryMatch>
The vhost template contains two sections that prevent
.well-known
services from working:Any chance of getting this enhanced so that those increasingly popular service could be supported too?
The text was updated successfully, but these errors were encountered: