Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Use php.ini-production
10 years ago
missoxd
un-tested
We download php.ini-production from the php repo
Clone
bash
Copy
cd /etc/php5/fpm mv php.ini php.ini.orig wget -O php.ini https://raw.githubusercontent.com/php/php-src/master/php.ini-production service php5-fpm restart
Comments
No comments yet.
Log in
to leave a comment.