Skip to content

Commit fea26f0

Browse files
committed
openresty: Version 1.9.15.1
Performing version bump and fixing some whitespace errors.
1 parent a7a6b47 commit fea26f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package/openresty/openresty.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Locally computed:
2-
sha256 aa5dcae035dda6e483bc1bd3d969d7113205dc2d0a3702ece0ad496c88a653c5 openresty-1.9.7.4.tar.gz
2+
sha256 75cf020144048c9013ee487cb48107a5b99de04a5a8fa83839c8b4c3aa4eb0db openresty-1.9.15.1.tar.gz

package/openresty/openresty.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
OPENRESTY_VERSION = 1.9.7.4
7+
OPENRESTY_VERSION = 1.9.15.1
88
OPENRESTY_SITE = https://openresty.org/download
99
OPENRESTY_DEPENDENCIES += pcre openssl
1010
OPENRESTY_LICENSE = BSD-2c
@@ -43,8 +43,8 @@ OPENRESTY_CONF_OPTS += \
4343
--pid-path=/var/run/nginx.pid \
4444
--lock-path=/var/run/lock/nginx.lock \
4545
--error-log-path=/var/log/nginx/error.log \
46-
--user=nobody \
47-
--group=nogroup \
46+
--user=nobody \
47+
--group=nogroup \
4848
--http-log-path=/var/log/nginx/access.log \
4949
--http-client-body-temp-path=/var/tmp/nginx/client-body \
5050
--http-proxy-temp-path=/var/tmp/nginx/proxy \

0 commit comments

Comments
 (0)