增加compose部署

This commit is contained in:
Luyus
2026-01-04 17:00:25 +08:00
parent d6417d8326
commit 9ef1cf11ec
2 changed files with 17 additions and 5 deletions

View File

@@ -10,11 +10,6 @@ server {
try_files $uri $uri/ /index.html;
}
# 后台管理系统代理 (如果需要)
# location /admin/ {
# proxy_pass http://coin-manager:80/;
# }
# 静态资源缓存
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 30d;