mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update of php-fpm for install script
This commit is contained in:
parent
c7eb4ac14a
commit
ffd13a87ac
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ sudo cp $nginxconf /etc/nginx/conf.d/$domain.d/$app.conf
|
|||
|
||||
### PHP ###
|
||||
sed -i "s@YNH_WWW_APP@$app@g" ../conf/php-fpm.conf
|
||||
sed -i "s@YNH_WWW_ALIAS@$app/@g" ../conf/php-fpm.conf
|
||||
sed -i "s@YNH_WWW_ALIAS@$final_path@g" ../conf/php-fpm.conf
|
||||
finalphpconf=/etc/php5/fpm/pool.d/$app.conf
|
||||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||
sudo chown root: $finalphpconf
|
||||
|
|
Loading…
Reference in a new issue