Browse Source

Merge pull request #12184 from peter-stadler/nginx-luci

nginx: set log level to crit for luci-static
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
6b102f67d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      net/nginx/Makefile
  2. +1
    -0
      net/nginx/files-luci-support/luci.locations

+ 1
- 1
net/nginx/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nginx
PKG_VERSION:=1.17.10
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/


+ 1
- 0
net/nginx/files-luci-support/luci.locations View File

@ -13,4 +13,5 @@ location ~ /cgi-bin/cgi-(backup|download|upload|exec) {
}
location /luci-static {
error_log stderr crit;
}

Loading…
Cancel
Save