From f0766d39d15315b26a33c70388d2a7235d644822 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 22 Jun 2026 16:23:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 88365b2..08687a3 100755 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -44,8 +44,8 @@ http { # HTTP 服务器 server { - listen 8085; - listen [::]:8085; + listen 80; + listen [::]:80; server_name _; # 静态资源缓存(由 Next.js 提供)