1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Minor fixes for .htaccess

This commit is contained in:
David Bomba 2020-12-01 21:22:01 +11:00
parent 741e82002c
commit 6a21da8aba
3 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@ BROADCAST_DRIVER=log
LOG_CHANNEL=stack
CACHE_DRIVER=file
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_DRIVER=cookie
SESSION_LIFETIME=120
REDIS_HOST=127.0.0.1

View File

@ -1,7 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule "^.env" - [F,L]
RewriteRule "^storage" - [F,L]
# RewriteRule "^storage" - [F,L]
RewriteRule ^(.well-known)($|/) - [L]
RewriteRule ^(.*)$ public/$1 [L]

View File

@ -75,7 +75,6 @@ return [
],
],
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),