新增nginx绑定

This commit is contained in:
zyj
2025-10-17 18:26:27 +08:00
parent 8d665f1536
commit 340d87f5ac
40 changed files with 23178 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
server {
listen 80 default_server;
server_name _;
return 444;
}