remove unused pdf file extension

This commit is contained in:
Daniel Micay 2021-07-07 04:41:08 -04:00
parent 75e800cdab
commit 3e94c41567
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ http {
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Robots-Tag "none";
location ~ '\.(css|html|ico|js|json|map|pdf|svg|txt|wasm|xml)$' {
location ~ '\.(css|html|ico|js|json|map|svg|txt|wasm|xml)$' {
gzip_static on;
brotli_static on;
}