Browse Source
Merge pull request #6512 from Ansuel/secureuwsgi
uwsgi-cgi: set socket to 666 permission
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
net/uwsgi-cgi/Makefile
-
net/uwsgi-cgi/files-luci-support/uwsgi.conf
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=uwsgi-cgi |
|
|
|
PKG_VERSION:=2.0.17.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
|
|
|
|
PKG_SOURCE_URL=https://codeload.github.com/unbit/uwsgi/tar.gz/$(PKG_VERSION)? |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
|
|
@ -24,3 +24,4 @@ pidfile = /var/run/uwsgi.pid |
|
|
|
die-on-term = true |
|
|
|
threads = 3 |
|
|
|
processes = 3 |
|
|
|
chmod-socket = 666 |