Explorar el Código

Merge pull request #159 from lcnetdev/uwsgi_header_size

Increase uWSGI header block size to 16Kb.
Stefano Cossu hace 5 meses
padre
commit
30298fc16f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      uwsgi.ini

+ 1 - 0
uwsgi.ini

@@ -9,3 +9,4 @@ logger = errorlog file:/dev/stderr
 log-route = errorlog (HTTP/1.\d 50)
 uid = www
 gid = www
+buffer-size = 16384