nginx部署相关
This commit is contained in:
@@ -10,6 +10,11 @@ server {
|
|||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# 根路径固定进入前端,避免落到后端登录页
|
||||||
|
location = / {
|
||||||
|
return 302 /sys/;
|
||||||
|
}
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
# SSL 配置
|
# SSL 配置
|
||||||
|
|||||||
Reference in New Issue
Block a user