new
This commit is contained in:
11
docker-3.124/support/data/nginx/conf.d/yudao.conf
Normal file
11
docker-3.124/support/data/nginx/conf.d/yudao.conf
Normal file
@ -0,0 +1,11 @@
|
||||
server { ## 前端项目
|
||||
listen 80;
|
||||
## server_name admin.iocoder.cn; ## 重要!!!修改成你的前端域名
|
||||
|
||||
location / { ## 前端项目
|
||||
root /usr/share/nginx/html/yudao-ui-admin;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
}a
|
Reference in New Issue
Block a user