-
Notifications
You must be signed in to change notification settings - Fork 0
6 Pi Run Settings
Marco edited this page May 25, 2014
·
13 revisions
- choose the right cache method (cf installer)
- activate cache on the right pages, full cache life time on static pages (ex: page module)
- set the right environment (production : will deactivate the debug) in var/config/engine.php
- set right server configs (ex PHP-FPM for shared hosting)
- deactivate word censoring
- activate page compression in var/config/config.application.php
- in var/config/engine.php
'site_close' => 0 # set to 1 to close access to the site
- in lib/Pi/Application/Boostrap/Resource/Permission.php
'check_close' => false #deactive the site close for admins, set to 1 for close to all users