1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

[enh] install php-fpm conf

This commit is contained in:
Laurent Peuch 2015-09-27 01:47:03 +02:00
parent fe5b6774aa
commit a4dfaae583

View file

@ -36,3 +36,9 @@ fi
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/noalyss.conf
sed -i "s@NAMETOCHANGE@noalyss@g" ../conf/php-fpm.conf
finalphpconf=/etc/php5/fpm/pool.d/noalyss.conf
sudo cp ../conf/php-fpm.conf $finalphpconf
sudo chown root: $finalphpconf
sudo chmod 644 $finalphpconf