Files
sa-charts/docker-3.124/support/data/nginx/conf.d/yudao.conf
marsal 984fa247d7 new
2025-08-21 18:57:57 +08:00

11 lines
305 B
Plaintext

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