Final changes before branching
This commit is contained in:
Regular → Executable
+2
-3
@@ -30,9 +30,8 @@ location ~* ^/proxy-stream/(.*?)/(.*?)/(.*?)/(.*?)/(.*) {
|
||||
# backend does not support Content-Disposition
|
||||
# headers used to specify file name browsers use
|
||||
# when save content to the disk
|
||||
proxy_ignore_headers Cache-Control;
|
||||
#add_header Content-Disposition 'attachment; filename=audio.mp3';
|
||||
#add_header Connection 'close';
|
||||
proxy_ignore_headers Cache-Control Expires;
|
||||
|
||||
|
||||
# Do not touch local disks when proxying
|
||||
# content to clients
|
||||
|
||||
Reference in New Issue
Block a user