mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
uwsgi-cgi: improve luci support
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=uwsgi-cgi
|
PKG_NAME:=uwsgi-cgi
|
||||||
PKG_VERSION:=2.0.17.1
|
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_URL=https://codeload.github.com/unbit/uwsgi/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
strict = true
|
strict = true
|
||||||
socket = /var/run/uwsgi.sock
|
socket = /var/run/uwsgi.sock
|
||||||
cgi-mode = true
|
cgi-mode = true
|
||||||
cgi = /www/cgi-bin/luci
|
cgi = /www/
|
||||||
chdir = /usr/lib/lua/luci/
|
chdir = /usr/lib/lua/luci/
|
||||||
master = true
|
master = true
|
||||||
buffer-size = 10000
|
buffer-size = 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user