修复工作

This commit is contained in:
2025-09-30 20:56:55 +08:00
parent 6dba13713f
commit 9e36a84354
3 changed files with 10 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
listen ${NGINX_PORT} default_server;
listen [::]:${NGINX_PORT} default_server;
server_name _;
# 前端资源
location / {