Hi
we have a large file hosting website and the site is growing everyday and normal disks can't serve our users anymore so we bought some SSD disks and added to our servers hoping we can use the nginx caching to cache the most downloaded files but the problem we are having is that for each download our script generate a unique symlink so nginx would take that as a unique file each time and cache it, so to be realistic noun of my high download files are being read from the SSD disks because nginx wouldn't be able to tell which one is actually is getting lots of downloads, does anyone have any idea how I might be able to go around this issue?
Regards
Parham
we have a large file hosting website and the site is growing everyday and normal disks can't serve our users anymore so we bought some SSD disks and added to our servers hoping we can use the nginx caching to cache the most downloaded files but the problem we are having is that for each download our script generate a unique symlink so nginx would take that as a unique file each time and cache it, so to be realistic noun of my high download files are being read from the SSD disks because nginx wouldn't be able to tell which one is actually is getting lots of downloads, does anyone have any idea how I might be able to go around this issue?
Regards
Parham