mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #26 from polytan02/patch-2
Use php-fpm reload instead of restart
This commit is contained in:
commit
566336e265
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ finalphpconf=/etc/php5/fpm/pool.d/$app.conf
|
|||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||
sudo chown root: $finalphpconf
|
||||
sudo chmod 644 $finalphpconf
|
||||
sudo service php5-fpm restart
|
||||
sudo service php5-fpm reload
|
||||
### PHP end ###
|
||||
|
||||
# If app is public, add url to SSOWat conf as skipped_uris
|
||||
|
|
Loading…
Reference in a new issue