fix:更新优化端口
This commit is contained in:
parent
bee237f3b1
commit
f0766d39d1
@ -44,8 +44,8 @@ http {
|
||||
|
||||
# HTTP 服务器
|
||||
server {
|
||||
listen 8085;
|
||||
listen [::]:8085;
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name _;
|
||||
|
||||
# 静态资源缓存(由 Next.js 提供)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user