dyrnq commented on issue #5814:
URL: https://github.com/apache/apisix/issues/5814#issuecomment-994254764
open user configuration, such as `root` or other user with permission
```yaml
apisix:
nginx_config: # config for render the template to
generate nginx.conf
user: root # specifies the execution user of the
worker process.
# the "user" directive makes sense only if
the master process runs with super-user privileges.
# if you're not root user,the default is
current user.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]