Force PDF downloads on NGINX
location ~* /(.*\.pdf) { types { application/octet-stream .pdf; } default_type application/octet-stream; }