Skip to content

Commit 1d83b3a

Browse files
committed
optimize: Remove www-data user and group
While the www-data user and group are part of the buildroot skeleton, we prefer to utilize the builtins of "nobody" & "nogroup"
1 parent 8b9fd1b commit 1d83b3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/openresty/openresty.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ OPENRESTY_CONF_ENV += \
4242
OPENRESTY_CONF_OPTS += \
4343
--pid-path=/var/run/nginx.pid \
4444
--lock-path=/var/run/lock/nginx.lock \
45-
--user=www-data \
46-
--group=www-data \
4745
--error-log-path=/var/log/nginx/error.log \
4846
--http-log-path=/var/log/nginx/access.log \
4947
--http-client-body-temp-path=/var/tmp/nginx/client-body \

0 commit comments

Comments
 (0)