andybest
V2EX  ›  问与答

用nginx临时做一个65G文件的http下载

  •  
  •   andybest · Aug 29, 2013 · 2274 views
    This topic created in 4646 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
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5132 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 01:21 · PVG 09:21 · LAX 18:21 · JFK 21:21
    ♥ Do have faith in what you're doing.