1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

Merge pull request #10263 from Ansuel/fixuwsgi

uwsgi-cgi: fix #10235
This commit is contained in:
Hannu Nyman 2019-10-17 18:49:50 +03:00 committed by GitHub
commit 5bc14d1f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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