Merged in hotfix/2025-07-15-nginxtune (pull request #2415)

Adjust body and buffer sizes.
This commit is contained in:
Patrick Fic
2025-07-15 21:07:46 +00:00

View File

@@ -30,6 +30,8 @@ http {
listen 80 default_server;
access_log /var/log/nginx/access.log main;
client_max_body_size 50M;
client_body_buffer_size 5M;
client_header_timeout 60;
client_body_timeout 60;
keepalive_timeout 60;