Re: File Downloads with reverse proxy

2019-03-16 Thread Francis Daly
On Fri, Mar 15, 2019 at 02:17:01PM +, Callum Scott wrote: Hi there, > I am having difficulty forcing downloads of mp4 files with a ?download > query in the url. > > I am proxying files from an s3 bucket like this > > location ~* ^/myvideo/content/(.*) { ... > proxy_pass h

File Downloads with reverse proxy

2019-03-15 Thread Callum Scott
Hi All, I am having difficulty forcing downloads of mp4 files with a ?download query in the url. I am proxying files from an s3 bucket like this location ~* ^/myvideo/content/(.*) { set $bucket 'mys3buket.domain.com'; set $aws_access 'my_aws_access_key'; set $aws_s