mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-05 04:00:13 +00:00
[GHA] fix nginx restarts
This commit is contained in:
parent
c94087f810
commit
f94e195faa
1 changed files with 4 additions and 2 deletions
|
@ -69,8 +69,10 @@ echo "${bold}${green}---------------"
|
||||||
echo "${bold}${green}Starting Nginx"
|
echo "${bold}${green}Starting Nginx"
|
||||||
echo "${bold}${green}---------------"
|
echo "${bold}${green}---------------"
|
||||||
sudo systemctl status nginx.service
|
sudo systemctl status nginx.service
|
||||||
sudo systemctl start nginx
|
sudo nginx -t
|
||||||
sudo systemctl restart nginx
|
sudo service nginx start
|
||||||
|
#sudo systemctl start nginx
|
||||||
|
#sudo systemctl restart nginx
|
||||||
}
|
}
|
||||||
|
|
||||||
reloadNginX () {
|
reloadNginX () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue