Not having resume ability on secure links
c0nw0nk
nginx-forum at forum.nginx.org
Tue May 16 05:47:32 UTC 2017
Use Nginx built in secure link module the link you provided is being
generated and served by PHP. ".com/vfm-admin/vfm-downloader.php?q="
Nginx's secure link module will resume downloads and support pseudo
streaming etc but you will find it is PHP that does not.
Change your setup and modify your PHP code to not push the download through
PHP but generate a link with a salted hash sum that Nginx may use.
http://nginx.org/en/docs/http/ngx_http_secure_link_module.html
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274254,274256#msg-274256
More information about the nginx
mailing list