mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-07 13:10:00 +00:00
Update GHA workflow [skip travis]
This commit is contained in:
parent
0904ef5bd1
commit
2279ae9330
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ echo "${bold}${green}---------------"
|
||||||
echo "${bold}${green}Starting Nginx"
|
echo "${bold}${green}Starting Nginx"
|
||||||
echo "${bold}${green}---------------"
|
echo "${bold}${green}---------------"
|
||||||
sudo systemctl enable nginx.service
|
sudo systemctl enable nginx.service
|
||||||
sudo systemctl status nginx.service
|
#sudo systemctl status nginx.service
|
||||||
sudo nginx -t
|
sudo nginx -t
|
||||||
sudo service nginx start
|
sudo systemctl start nginx.service
|
||||||
#sudo systemctl start nginx
|
#sudo systemctl start nginx
|
||||||
#sudo systemctl restart nginx
|
#sudo systemctl restart nginx
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue