65G大文件放在/www/backup目录下
http {
...
sendfile on;
...
server {
listen 82;
root /www/backup;
location / {
index index.html;
}
}
这样配置是不是就可以了?
是不是不需要设置超时参数什么的?谢谢!
http {
...
sendfile on;
...
server {
listen 82;
root /www/backup;
location / {
index index.html;
}
}
这样配置是不是就可以了?
是不是不需要设置超时参数什么的?谢谢!