mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
enable ssl_early_data, default enable http2, option to enable brotli, fix shellcheck
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
4
rootfs/usr/local/nginx/conf/conf.d/include/brotli.conf
Normal file
4
rootfs/usr/local/nginx/conf/conf.d/include/brotli.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
brotli on;
|
||||
brotli_types *;
|
||||
brotli_comp_level 11;
|
||||
brotli_static on;
|
Reference in New Issue
Block a user