uwsgi-cgi: fix #10235

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith 2019-10-16 17:37:21 +02:00
parent f9e3d4e0fa
commit 4d9358bbff
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
3 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=uwsgi-cgi
PKG_VERSION:=2.0.18
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE_URL= \
https://projects.unbit.it/downloads \

View File

@ -1,6 +1,5 @@
[uwsgi]
strict = true
socket = /var/run/luci-cgi_io.socket
cgi-mode = true
cgi = /www/
buffer-size = 10000

View File

@ -1,6 +1,5 @@
[uwsgi]
strict = true
socket = /var/run/luci-webui.socket
cgi-mode = true
cgi = /www/
chdir = /usr/lib/lua/luci/
@ -10,8 +9,6 @@ max-requests = 2000
limit-as = 200
reload-on-as = 256
reload-on-rss = 192
no-orphans = true
vacuum = true
enable-threads = true
post-buffering = 8192
socket-timeout = 120