Skip to content

Commit a7a6b47

Browse files
committed
openresty: Package definition updates
Realized that there was a problem with a missing BR2_EXTERNAL variable and that the ownership was not being defined correctly on some of the nginx files.
1 parent 5fd19b8 commit a7a6b47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
menu "Networking applications"
2-
source "package/openresty/Config.in"
2+
source "$BR2_EXTERNAL/package/openresty/Config.in"
33
endmenu

package/openresty/openresty.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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 \
4648
--http-log-path=/var/log/nginx/access.log \
4749
--http-client-body-temp-path=/var/tmp/nginx/client-body \
4850
--http-proxy-temp-path=/var/tmp/nginx/proxy \

0 commit comments

Comments
 (0)