Player & duration fix 1

This commit is contained in:
magnolia-fan
2011-04-11 20:49:25 +04:00
parent 4d2c32ec8e
commit 42f3e6e5ca
5 changed files with 10 additions and 7 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ location ~* ^/proxy-stream/(.*?)/(.*?)/(.*?)/(.*?)/(.*) {
# backend does not support Content-Disposition
# headers used to specify file name browsers use
# when save content to the disk
proxy_hide_header Content-Type;
proxy_hide_header Content-Disposition;
add_header Content-Disposition 'attachment; filename=audio.mp3';
proxy_ignore_headers Cache-Control;
#add_header Content-Disposition 'attachment; filename=audio.mp3';
#add_header Connection 'close';
# Do not touch local disks when proxying
# content to clients