Browse Source

Merge pull request #10923 from Ansuel/nginxd

nginx: change luci dependency and fix luci nossl
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
6990e2a1e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/nginx/Makefile
  2. +1
    -1
      net/nginx/files-luci-support/luci_nginx.conf

+ 2
- 2
net/nginx/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nginx
PKG_VERSION:=1.17.5
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/
@ -324,7 +324,7 @@ define Package/nginx-mod-luci/default
SUBMENU:=Web Servers/Proxies
TITLE:=Support file for Nginx
URL:=http://nginx.org/
DEPENDS:=+uwsgi-cgi +uwsgi-cgi-luci-support
DEPENDS:=+uwsgi-cgi-luci-support
endef
define Package/nginx-mod-luci


+ 1
- 1
net/nginx/files-luci-support/luci_nginx.conf View File

@ -1,5 +1,5 @@
user nobody nogroup;
user root;
worker_processes 1;
#error_log logs/error.log;


Loading…
Cancel
Save