This fix wrong configuration to the luci uwsgi conf
Signed-off-by: Ansuel Smith <redacted>
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
[uwsgi]
stric = True
-plugins = cgi
uwsgi_modifier1 = 9
socket = /var/run/uwsgi.sock
cgi-mode = true
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