Player & duration fix 1
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user