mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
make image smaller + allow long passwd + dep updates + fix compression/misspellings
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
brotli on;
|
||||
brotli_types *;
|
||||
brotli_comp_level 11;
|
||||
brotli_static on;
|
||||
brotli_comp_level 0;
|
||||
brotli_static on;
|
||||
|
@@ -4,6 +4,8 @@ pcre_jit on;
|
||||
worker_processes auto;
|
||||
error_log stderr;
|
||||
|
||||
quic_bpf on;
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/root.conf;
|
||||
|
||||
@@ -24,8 +26,11 @@ http {
|
||||
server_tokens build;
|
||||
aio threads;
|
||||
sendfile on;
|
||||
quic_gso on;
|
||||
quic_retry on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
http3_push_preload on;
|
||||
client_max_body_size 0;
|
||||
client_body_buffer_size 512k;
|
||||
|
||||
@@ -33,7 +38,7 @@ http {
|
||||
gzip_vary on;
|
||||
gzip_types *;
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 9;
|
||||
gzip_comp_level 1;
|
||||
gunzip on;
|
||||
gzip_static on;
|
||||
|
||||
@@ -111,6 +116,8 @@ http {
|
||||
}
|
||||
|
||||
stream {
|
||||
quic_gso on;
|
||||
quic_retry on;
|
||||
# Files generated by NPM
|
||||
include /data/nginx/stream/*.conf;
|
||||
|
||||
|
Reference in New Issue
Block a user