Merge "Ensure keepalive isn't used on uwsgi http mode"
This commit is contained in:
commit
248d54b51b
@ -322,6 +322,7 @@ function write_local_uwsgi_http_config {
|
||||
iniset "$file" uwsgi http-raw-body true
|
||||
iniset "$file" uwsgi http-chunked-input true
|
||||
iniset "$file" uwsgi http-auto-chunked true
|
||||
iniset "$file" uwsgi http-keepalive false
|
||||
|
||||
enable_apache_mod proxy
|
||||
enable_apache_mod proxy_http
|
||||
|
Loading…
x
Reference in New Issue
Block a user