update web services

This commit is contained in:
2019-04-13 11:00:43 -05:00
parent ff00d23aac
commit 582a7d25f2
2 changed files with 8 additions and 2 deletions

View File

@@ -1544,6 +1544,12 @@ if [ ${action-x} ]; then
SERVICE gitea stop
SET-PERMISSIONS gitea
SERVICE gitea start
elif [ "$2" = "web" ]; then
SERVICE nginx ${3}
SERVICE php-fpm ${3}
SERVICE php5.6-fpm ${3}
SERVICE php7.2-fpm ${3}
SERVICE php7.3-fpm ${3}
else
SERVICE ${2} ${3} ${4}
fi;;