Browse Source

uwsgi-cgi: improve luci support

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
lilik-openwrt-22.03
Ansuel Smith 6 years ago
parent
commit
c94a9968f7
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/uwsgi-cgi/Makefile
  2. +1
    -1
      net/uwsgi-cgi/files-luci-support/uwsgi.conf

+ 1
- 1
net/uwsgi-cgi/Makefile 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


+ 1
- 1
net/uwsgi-cgi/files-luci-support/uwsgi.conf 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


Loading…
Cancel
Save