优化文件下载.

This commit is contained in:
lijiahangmax
2024-02-25 19:29:39 +08:00
parent c3f33e7494
commit b30a48f174
10 changed files with 38 additions and 14 deletions

View File

@@ -21,6 +21,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# web history 模式 404
try_files $uri $uri/ /index.html;
}
location /orion/api {