Skip to content

Commit

Permalink
Update cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Aug 22, 2024
1 parent df85753 commit af1f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
| application/cache/ directory. Use a full server path with trailing slash.
|
*/
$config['cache_path'] = __DIR__ . '/../../storage/cache_page/';
$config['cache_path'] = realpath(__DIR__ . '/../../storage/cache_page') . '/';

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit af1f930

Please sign in to comment.