| Commit message (Collapse) | Author | Age | Files |
|
|
|
|
|
|
|
| |
application/protobuf and application/vnd.google.protobuf might be valid types too, cf.
https://stackoverflow.com/questions/30505408/what-is-the-correct-protobuf-content-type
But we use application/x-protobuf since it appears more common. That's what cloudflare
lists at least: https://developers.cloudflare.com/speed/optimization/content/compression/
|
|
|
|
|
| |
This matches PHP's finfo_file() behavior for empty files, cf.
https://stackoverflow.com/questions/24015038/why-does-php-file-info-return-inode-x-empty-for-empty-text-files
|
| |
|
|
|
|
|
|
|
|
| |
We also replace persistent/shared RuntimeDirectory settings with
directories defined as tmpfiles.d(5) entries. This gives more control
over access control.
We also change static compression from gzip to brotli on the HTTPd.
|
| |
|
| |
|
| |
|
|
|