[extensions-web/deploy] uwsgi: increase allowed request headers/query size to 16K



commit 4f93c2a6b4922ee16339f4fe5bf9292ca593f66e
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Jan 13 10:57:08 2019 +0400

    uwsgi: increase allowed request headers/query size to 16K
    
    Currently, '/update-info/' API expect GET request with json-encoded list
    of installed extensions which may be more than default allowed 4K (as well
    as more than 16K).
    For now let's allow 16K request header.
    
    Fixes: https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/97

 openshift/docker/wsgi.ini | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/openshift/docker/wsgi.ini b/openshift/docker/wsgi.ini
index 9778c0d..0208183 100644
--- a/openshift/docker/wsgi.ini
+++ b/openshift/docker/wsgi.ini
@@ -5,6 +5,8 @@ chdir = /extensions-web/app
 master = true
 processes = 5
 
+buffer-size = 16384
+
 socket = :8001
 uid=www-data
 gid=www-data


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]