reconfigure nginx and php-fpm
This commit is contained in:
parent
f11dc62936
commit
346bbe6460
@ -2,7 +2,7 @@
|
||||
#
|
||||
# shellcheck disable=SC1090,SC1091,SC1117,SC2016,SC2046,SC2086
|
||||
#
|
||||
# version: 0.0.4
|
||||
# version: 0.0.5
|
||||
#
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]; then
|
||||
@ -78,6 +78,10 @@ fi
|
||||
echo "Rebuild apt index ..."
|
||||
omv-mkaptidx
|
||||
|
||||
sudo omv-salt deploy run nginx phpfpm
|
||||
sudo systemctl restart nginx
|
||||
sudo systemctl restart php8.2-fpm
|
||||
|
||||
echo "Done."
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user