From 232f8945af64a70b6f9923fe6fdc8994e5b69ac6 Mon Sep 17 00:00:00 2001 From: monsieur-a Date: Sun, 6 Jul 2014 19:26:39 +0200 Subject: [PATCH] test conf php --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 57b2647..223a820 100644 --- a/scripts/install +++ b/scripts/install @@ -40,6 +40,10 @@ sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/piwigo.conf +sudo cp ../conf/php-fpm.conf /etc/php5/fpm/pool.d/piwigo.conf +sudo cp ../conf/php-fpm.ini /etc/php5/fpm/conf.d/20-piwigo.ini + +sudo sed -i "s@NAMETOCHANGE@piwigo@g" /etc/php5/fpm/pool.d/piwigo.conf # Copy files to the right place