mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-28 02:54:55 -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
|
@ -11,6 +11,6 @@ cp --remove-destination webapps/element/config.json static_tmp/config.json
|
|||
|
||||
cp nginx/nginx.conf nginx.conf.tmp
|
||||
|
||||
find static_tmp -regex '.+\.\(css\|html\|ico\|js\|json\|map\|pdf\|svg\|txt\|webmanifest\|xml\|wasm\)' \
|
||||
find static_tmp -regex '.+\.\(css\|html\|ico\|js\|json\|map\|svg\|txt\|webmanifest\|xml\|wasm\)' \
|
||||
-exec zopfli {} \; -exec touch -r {} {}.gz \; \
|
||||
-exec brotli -k {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue