diff --git a/config/opcache.php b/config/opcache.php index 84887f33..b56e6abe 100644 --- a/config/opcache.php +++ b/config/opcache.php @@ -1,9 +1,9 @@ env('OPCACHE_URL', config('app.url')), - 'verify_ssl' => true, - 'headers' => [], + 'url' => env('OPCACHE_URL', config('app.url')), + 'verify_ssl' => true, + 'headers' => [], 'directories' => [ base_path('app'), base_path('bootstrap'),