1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-08 02:29:38 +02:00

Whitelist Let's Encrypt update requests (#1927)

Whitelist Let's Encrypt common folder for SSL certificate update requests
This commit is contained in:
Alex Bogias 2018-02-28 23:32:13 +02:00 committed by David Bomba
parent 31b8437dc6
commit c06f41cc01

View File

@ -2,6 +2,7 @@
RewriteEngine On
RewriteRule "^.env" - [F,L]
RewriteRule "^storage" - [F,L]
RewriteRule ^(.well-known)($|/) - [L]
# https://coderwall.com/p/erbaig/laravel-s-htaccess-to-remove-public-from-url
# RewriteRule ^(.*)$ public/$1 [L]
@ -143,4 +144,4 @@ AddDefaultCharset utf-8
"text/xml"
</IfModule>
</IfModule>
</IfModule>