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
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