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

uwsgi-cgi: improve luci support

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith 2018-08-18 19:04:47 +02:00
parent 77d8472ed5
commit c94a9968f7
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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