Skip to content

Commit

Permalink
build-nginx: Change --group from nogroup to users
Browse files Browse the repository at this point in the history
Debian doesn't have the "nobody" group, but Fedora doesn't have the
"nogroup" group. >_< I hope that every distro has at least the "users" group.

See-Also aae1317
  • Loading branch information
jirutka committed May 5, 2024
1 parent fcfc85f commit 40af45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}" \
Expand Down

0 comments on commit 40af45e

Please sign in to comment.