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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]