spacewander commented on a change in pull request #4332:
URL: https://github.com/apache/apisix/pull/4332#discussion_r641379541
##########
File path: t/cli/test_main.sh
##########
@@ -621,3 +621,10 @@ if ! grep "keepalive_timeout 6s;" conf/nginx.conf >
/dev/null; then
fi
echo "passed: found the keepalive related parameter in nginx.conf"
+
+if ! grep "real_ip_recursive off;" conf/nginx.conf > /dev/null; then
+ echo "failed: 'real_ip_recursive off;' not in nginx.conf"
+ exit 1
+fi
+
+echo "passed: disable real_ip_recursive by default in nginx.conf"
Review comment:
Need a test to change its default value and check, like
`client_max_body_size: 512m ` in my example.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]