You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/06/11 04:04:20 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1695: [conf] apisix support run as root user

membphis commented on a change in pull request #1695:
URL: https://github.com/apache/incubator-apisix/pull/1695#discussion_r438530416



##########
File path: bin/apisix
##########
@@ -86,7 +86,9 @@ local template = require("resty.template")
 local ngx_tpl = [=[
 # Configuration File - Nginx Server Configs
 # This is a read-only file, do not try to modify it.
-
+{% if enable_root then %}
+user root;

Review comment:
       I do not think that is a good idea.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org