init
This commit is contained in:
15
.well-known/acme-challenge/.htaccess
Normal file
15
.well-known/acme-challenge/.htaccess
Normal file
@@ -0,0 +1,15 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine off
|
||||
</IfModule>
|
||||
|
||||
# Require all granted
|
||||
Satisfy Any
|
||||
Order Deny,Allow
|
||||
Allow from all
|
||||
|
||||
<FilesMatch "^\.">
|
||||
# Require all denied
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
Reference in New Issue
Block a user