You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/01/16 07:31:18 UTC

[incubator-apisix] 04/06: change: add tips in the generated nginx.conf (#1040)

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

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

commit a85f1649a2eb6b55162f7fef616b4dc3953865e7
Author: tiantian wang <11...@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 *};