mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
make HTTP_CACHE true by default
This commit is contained in:
parent
b065608c67
commit
05d0b3af20
@ -12,7 +12,7 @@ return [
|
|||||||
| Set the cache to a writable dir, outside the document root.
|
| Set the cache to a writable dir, outside the document root.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'enabled' => env('HTTP_CACHE', false),
|
'enabled' => env('HTTP_CACHE', true),
|
||||||
'esi' => false,
|
'esi' => false,
|
||||||
'cache_dir' => storage_path('httpcache'),
|
'cache_dir' => storage_path('httpcache'),
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'enabled' => env('HTTP_CACHE', false),
|
'enabled' => env('HTTP_CACHE', true),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user