tracker icon indicating copy to clipboard operation
tracker copied to clipboard

Elgg - Use symbolic link to simple cache directory

Open JedMeister opened this issue 10 months ago • 0 comments

In Elgg by default we're enabling "simple cache". However to get the most advantage out of it a symlink /var/www/elgg/cache/ to /var/www/elgg-data/caches/views_simplecache/

I.e.:

ln -s /var/www/elgg-data/caches/views_simplecache /var/www/elgg/cache

JedMeister avatar Mar 29 '24 02:03 JedMeister