mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Whitelist Let's Encrypt update requests (#1927)
Whitelist Let's Encrypt common folder for SSL certificate update requests
This commit is contained in:
parent
31b8437dc6
commit
c06f41cc01
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user