re-exec deploy.sh after git pull to pick up changes
Deploy nginx / deploy (push) Successful in 3s
Deploy nginx / test (push) Successful in 7s

This commit is contained in:
2026-03-20 17:01:36 -04:00
parent b2bb8fa5eb
commit c8c79a542a
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Drop connections with unknown or missing Host headers
# Drop connections with unknown/missing Host headers
server {
listen 80 default_server;
listen [::]:80 default_server;