mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Update GHA workflow [skip travis]
This commit is contained in:
parent
7690c04d8d
commit
5a1d08c642
2 changed files with 2 additions and 2 deletions
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
run: |
|
||||
sudo netstat -napt
|
||||
cat /etc/nginx/nginx.conf
|
||||
sudo systemctl list-units --type=service
|
||||
sudo systemctl list-units --type=service --all
|
||||
sudo systemctl status nginx.service
|
||||
if: always()
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen 8080:80;
|
||||
listen 80;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
|
|
Loading…
Add table
Reference in a new issue