diff --git a/scripts/nginx.conf b/scripts/nginx.conf index 77da5c3..6bca1e7 100644 --- a/scripts/nginx.conf +++ b/scripts/nginx.conf @@ -12,7 +12,7 @@ http { server { listen 5000; - server_name localhost; + server_name _; # 静态资源和前端页面 location / {