Merge pull request #154 from yokowu/chore-nginx

chore: 去除ipv6监听端口
This commit is contained in:
Yoko
2025-07-25 16:32:33 +08:00
committed by GitHub

View File

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