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:
parent
fe5b6774aa
commit
a4dfaae583
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue