This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 65446e8  change: add tips in the generated nginx.conf (#1040)
65446e8 is described below

commit 65446e8f249427c023bc53674f30ce930e6b48df
Author: tiantian wang <11660793+wt...@users.noreply.github.com>
AuthorDate: Sun Jan 12 09:10:51 2020 +0800

    change: add tips in the generated nginx.conf (#1040)
---
 bin/apisix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/apisix b/bin/apisix
index 20c0df4..b42475c 100755
--- a/bin/apisix
+++ b/bin/apisix
@@ -75,6 +75,9 @@ local yaml = require("tinyyaml")
 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.
+
 master_process on;
 
 worker_processes {* worker_processes *};

Reply via email to