avinal commented on a change in pull request #6464: URL: https://github.com/apache/apisix/pull/6464#discussion_r815688014
########## File path: docs/en/latest/architecture-design/apisix.md ########## @@ -55,6 +59,8 @@ etcd: host: "http://foo:2379" # etcd address ``` -Other default configurations can be found in the `conf/config-default.yaml` file, which is bound to the APISIX source code. **Never** manually modify the `conf/config-default.yaml` file. If you need to customize any configuration, you should update the `config.yaml` file. +Default configurations of APISIX can be found in the `conf/config-default.yaml` file. + +**Note**: This file is bound to the APISIX source code and should **not** be modified. The configuration should only be changed by the methods mentioned above. -**Note** `APISIX` will generate `conf/nginx.conf` file automatically, so please _DO NOT EDIT_ `conf/nginx.conf` file too. +**Note**: The `conf/nginx.conf` file is automatically generated by APISIX and should **not** be edited. Review comment: ```suggestion **Note**: The `conf/nginx.conf` file is automatically generated by APISIX and should **NOT** be edited. ``` -- 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]
