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 2022/01/18 01:13:17 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #6135: docs: add notice on customize-nginx-configuration docs

spacewander commented on a change in pull request #6135:
URL: https://github.com/apache/apisix/pull/6135#discussion_r786354752



##########
File path: docs/en/latest/customize-nginx-configuration.md
##########
@@ -59,3 +59,5 @@ nginx_config:
         tcp_nodelay off;
 ...
 ```
+
+Pay attention to the indent of `nginx_config` and sub indent of the sub entries, the incorrect indent may cause `./bin/apisix start` failed to generate Nginx configuration in `conf/nginx.conf`.

Review comment:
       ```suggestion
   Pay attention to the indent of `nginx_config` and sub indent of the sub entries, the incorrect indent may cause `./bin/apisix start` to fail to generate Nginx configuration in `conf/nginx.conf`.
   ```




-- 
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: notifications-unsubscribe@apisix.apache.org

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