[Patchew-devel] [PATCH] nginx: bump client_max_body_size

Paolo Bonzini pbonzini at redhat.com
Thu Jan 24 07:28:02 UTC 2019


Avoid problems when logs are too large.

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 scripts/patchew-server.nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/patchew-server.nginx.conf b/scripts/patchew-server.nginx.conf
index dbac28f..88b7adb 100644
--- a/scripts/patchew-server.nginx.conf
+++ b/scripts/patchew-server.nginx.conf
@@ -40,6 +40,7 @@ http {
     server_name _ .patchew.org;
 
     keepalive_timeout 5;
+    client_max_body_size 100M;
 
     location = /favicon.ico {
         alias /opt/patchew/static/favicon.ico;
-- 
2.20.1




More information about the Patchew-devel mailing list