It would be helpful to not just have the gzip compression but also brotli, because in my use case I serve one static page by a custom config directly via this nginx of the proxy manager to reduce overhead.
brotli compression can safe 10% data and gives a speed improvement. The most browsers since 2012 are compatible with brotli compression, and if not, the gzip compression works as fallback.
It would be helpful to not just have the gzip compression but also brotli, because in my use case I serve one static page by a custom config directly via this nginx of the proxy manager to reduce overhead.
brotli compression can safe 10% data and gives a speed improvement. The most browsers since 2012 are compatible with brotli compression, and if not, the gzip compression works as fallback.