Skip to content

Commit 900eacc

Browse files
committed
Update cache path
1 parent b350b0e commit 900eacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
| application/cache/ directory. Use a full server path with trailing slash.
301301
|
302302
*/
303-
$config['cache_path'] = __DIR__ . '/../../storage/cache_page/';
303+
$config['cache_path'] = realpath(__DIR__ . '/../../storage/cache_page') . '/';
304304

305305
/*
306306
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)