mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +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: |
|
run: |
|
||||||
sudo netstat -napt
|
sudo netstat -napt
|
||||||
cat /etc/nginx/nginx.conf
|
cat /etc/nginx/nginx.conf
|
||||||
sudo systemctl list-units --type=service
|
sudo systemctl list-units --type=service --all
|
||||||
sudo systemctl status nginx.service
|
sudo systemctl status nginx.service
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
server {
|
server {
|
||||||
listen 8080:80;
|
listen 80;
|
||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
Loading…
Add table
Reference in a new issue