update web services
This commit is contained in:
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user