Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Fix log in Content-disposition
Browse files Browse the repository at this point in the history
  • Loading branch information
psyduck787 committed Nov 18, 2016
1 parent 174630b commit 2368814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ http {
# This hack to add header Content-Disposition will be deleted if envvar THUMBOR_ALLOW_CONTENT_DISPOSITION != true
if ($args ~* download){
add_header 'Content-Disposition' 'attachment';
access_log on;
}

location ~* "^/(..)(..)(.+)?$" {
Expand Down

0 comments on commit 2368814

Please sign in to comment.