Update nginx.conf
All checks were successful
Build Admin / Build image (push) Successful in 17s

This commit is contained in:
2026-03-21 11:13:33 +07:00
parent 2e6e63f173
commit c4aead7f8c

View File

@@ -24,6 +24,9 @@ http {
access_log /dev/stdout json_log;
# --- Hash bucket size for long map keys (PROXY_SECRET) ---
map_hash_bucket_size 128;
# --- Performance ---
sendfile on;
tcp_nopush on;