Home
Sign Up
Sign In
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member
Sign In
V2EX
›
问与答
用nginx临时做一个65G文件的http下载
andybest
·
Aug 29, 2013
· 2252 views
This topic created in 4633 days ago, the information mentioned may be changed or developed.
65G大文件放在/www/backup目录下
http {
...
sendfile on;
...
server {
listen 82;
root /www/backup;
location / {
index index.html;
}
}
这样配置是不是就可以了?
是不是不需要设置超时参数什么的?谢谢!
No Comments Yet
www
index
HTTP
About
·
Help
·
Advertise
·
Blog
·
API
·
FAQ
·
Solana
·
2673 Online
Highest 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms ·
UTC 15:59
·
PVG 23:59
·
LAX 08:59
·
JFK 11:59
♥ Do have faith in what you're doing.
❯