This commit is contained in:
BoHung Chiu 2022-08-24 17:57:56 +08:00
parent 70f18e6214
commit 99727ae8fb
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ if [[ ! -f /etc/init.d/nginx ]]; then
sudo chown root:root /lib/systemd/system/nginx.service
sudo chmod 644 /lib/systemd/system/nginx.service
sudo systemctl daemon-reload
sudo systemctl enable nginx
fi
fi
nginx_target_ver="1.23.1"