reconfigure nginx and php-fpm

This commit is contained in:
Aaron Murray 2023-12-18 18:26:54 -06:00
parent f11dc62936
commit 346bbe6460

View File

@ -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