# Force PDF download

location ~\* (.\*\\.pdf) { types { application/octet-stream .pdf; } default\_type application/octet-stream; }