mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +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}---------------"
|
||||
sudo systemctl status nginx.service
|
||||
sudo systemctl start nginx
|
||||
sudo systemctl restart nginx
|
||||
sudo nginx -t
|
||||
sudo service nginx start
|
||||
#sudo systemctl start nginx
|
||||
#sudo systemctl restart nginx
|
||||
}
|
||||
|
||||
reloadNginX () {
|
||||
|
|
Loading…
Add table
Reference in a new issue