mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-17 05:52:17 -04:00
remove unused pdf file extension
This commit is contained in:
parent
75e800cdab
commit
3e94c41567
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue