diff --git a/scripts/build-nginx b/scripts/build-nginx index 88ae6a2..d899403 100755 --- a/scripts/build-nginx +++ b/scripts/build-nginx @@ -46,7 +46,7 @@ configure() { --http-client-body-temp-path="client_body_temp" \ --http-proxy-temp-path="proxy_temp" \ --user=nobody \ - --group=nogroup \ + --group=users \ --with-cc="${CC:-cc}" \ --with-cc-opt="${CFLAGS:-}" \ --with-ld-opt="${LDFLAGS:-}" \