diff --git a/.github/workflows/nginx.conf b/.github/workflows/nginx.conf index 54111e0..75b0fba 100644 --- a/.github/workflows/nginx.conf +++ b/.github/workflows/nginx.conf @@ -26,8 +26,8 @@ http { # 自定义的 Nginx 配置 server { # 监听的端口 - listen 80; - listen [::]:80; + listen 8081; + listen [::]:8081; # 服务器名称 server_name 139.199.173.241;