chore: 去除ipv6监听端口

This commit is contained in:
yokowu
2025-07-25 16:23:38 +08:00
parent bdb02d1668
commit 04eb68b653

View File

@@ -28,7 +28,6 @@ http {
server {
listen 80;
listen [::]:80;
server_name _;
proxy_set_header Host $host;