Revolyssup commented on issue #652:
URL:
https://github.com/apache/apisix-helm-chart/issues/652#issuecomment-1809009683
Will you try this?
```yaml
nginx_config:
error_log: "/dev/stderr"
error_log_level: "warn"
worker_processes: "auto"
enable_cpu_affinity: true
worker_rlimit_nofile: 20480
event:
worker_connections: 10620
http_server_configuration_snippet: |
# Your server configuration snippet, if any
http:
enable_access_log: true
access_log: "/dev/stdout"
access_log_format: '$remote_addr - $remote_user [$time_local] $http_host
"$request" $status $body_bytes_sent $request_time "$http_referer"
"$http_user_agent" $upstream_addr $upstream_status $upstream_response_time
"$upstream_scheme://$upstream_host$upstream_uri"'
access_log_format_escape: default
keepalive_timeout: "60s"
client_header_timeout: 70s
client_body_timeout: 60s
send_timeout: 60s
underscores_in_headers: "off"
client_header_buffer_size: 1k # Move this line here
real_ip_header: "X-Real-IP"
real_ip_from:
- 127.0.0.1
- 'unix:'
```
I don't think client_header_buffer_size is present in
http_server_configuration_snippet context.
--
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]