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