From: Ansuel Smith Date: Sat, 18 Aug 2018 17:04:47 +0000 (+0200) Subject: uwsgi-cgi: improve luci support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c94a9968f7291da30a2da28fb4c406c9beef7e35;p=openwrt-packages.git uwsgi-cgi: improve luci support Signed-off-by: Ansuel Smith --- diff --git a/net/uwsgi-cgi/Makefile b/net/uwsgi-cgi/Makefile index 7c991c9ea..bd3cbf3dd 100644 --- a/net/uwsgi-cgi/Makefile +++ b/net/uwsgi-cgi/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uwsgi-cgi PKG_VERSION:=2.0.17.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_URL=https://codeload.github.com/unbit/uwsgi/tar.gz/$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/net/uwsgi-cgi/files-luci-support/uwsgi.conf b/net/uwsgi-cgi/files-luci-support/uwsgi.conf index 7e8b2e56c..cf48a42bb 100644 --- a/net/uwsgi-cgi/files-luci-support/uwsgi.conf +++ b/net/uwsgi-cgi/files-luci-support/uwsgi.conf @@ -2,7 +2,7 @@ strict = true socket = /var/run/uwsgi.sock cgi-mode = true -cgi = /www/cgi-bin/luci +cgi = /www/ chdir = /usr/lib/lua/luci/ master = true buffer-size = 10000