jkilbride
Guest
Member
I'm running Xenforo in an AWS autoscaling group with the data and internal_data directories located on an EFS (NFS) mount. I'm working on upgrading our system from 1.5.21 to 2.0.7 and I noticed new code_cache and temp directories inside internal_data. I'm assuming that it would be better to put these on the local filesystem -- please correct me if I'm wrong. I have added the following to my config.php file:
PHP:
Code:
Read more
Continue reading...
PHP:
Code:
// Put code_cache and temp directories in local /tmp...
Read more
Continue reading...