You've already forked netbox-docker
mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-07 04:02:54 +03:00
Use user name instead of userid
Nginx unit needs the user and group parameter as names.
This commit is contained in:
@@ -52,5 +52,5 @@ exec unitd \
|
||||
--log /dev/stdout \
|
||||
--state /opt/unit/state/ \
|
||||
--tmp /opt/unit/tmp/ \
|
||||
--user 101 \
|
||||
--group 0
|
||||
--user unit \
|
||||
--group root
|
||||
|
Reference in New Issue
Block a user