uwsgi-cgi: improve uwsgi configuration
authorAnsuel Smith <redacted>
Sat, 16 Jun 2018 14:07:04 +0000 (16:07 +0200)
committerAnsuel Smith <redacted>
Sat, 16 Jun 2018 14:08:23 +0000 (16:08 +0200)
This fix wrong configuration to the luci uwsgi conf

Signed-off-by: Ansuel Smith <redacted>
net/uwsgi-cgi/Makefile
net/uwsgi-cgi/files-luci-support/uwsgi.conf

index f7ede32a26d251b047db1d861ac6f79c340872ad..6d3804165f4e5ac59f73d6170d1a12f767e193bc 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uwsgi-cgi
 PKG_VERSION:=2.0.17
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
index 780b44e50ec83b03ae884bfaaf7431a91ba0bc5a..84c32bbfb33ab89712a399b3c42f3897ce18fe6a 100644 (file)
@@ -1,6 +1,5 @@
 [uwsgi]
 stric = True
-plugins = cgi
 uwsgi_modifier1 = 9
 socket = /var/run/uwsgi.sock
 cgi-mode = true
@@ -21,6 +20,9 @@ socket-timeout=120
 thunder-lock = True
 logger = syslog:uwsgi
 daemonize = True
+disable-logging = True
 log-format = %(addr) %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs
 pidfile=/var/run/uwsgi.pid
-die-on-term=True
\ No newline at end of file
+die-on-term=True
+fork-socket=True
+pcre-jit=True
\ No newline at end of file
git clone https://git.99rst.org/PROJECT