tiredofit/docker-freescout

Minor update to the nginx config

freescout-helpdesk opened this issue · 1 comments

The following line in the Nginx config

add_header Content-disposition "attachment; filename=$1";
need to be changed to

add_header Content-disposition "attachment; filename=$2";

More info: freescout-help-desk/freescout#3428 (comment)

Already updated.