Dokifansubs / anidex_www

Front end for anidex.moe
0 stars 0 forks source link

Serve torrents via nginx #49

Open Orillion360 opened 9 years ago

Orillion360 commented 9 years ago

Make sure nginx serve torrent files instead of node.js

DeathHere commented 9 years ago

You should keep the torrent files as BinaryData in somewhere... incase you ever need to move ur server. Leaving them in a directory on the main server might not be the best idea. You can also cache the response for the download pages in nginx and that would be as fast as just reading files from disk.