mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update filesystem config, fix DO Spaces root default
This commit is contained in:
parent
733b9fd000
commit
720b6eb337
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ return [
|
||||||
'options' => [
|
'options' => [
|
||||||
'CacheControl' => 'max-age=31536000'
|
'CacheControl' => 'max-age=31536000'
|
||||||
],
|
],
|
||||||
'root' => env('DO_SPACES_ROOT','/'),
|
'root' => env('DO_SPACES_ROOT',''),
|
||||||
'throw' => true,
|
'throw' => true,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue