qihaiyan commented on issue #10078:
URL: https://github.com/apache/apisix/issues/10078#issuecomment-1736718997
> > add 2 space before `http_configuration_snippet` , and this snippet
should be added before `deployment` @Alan-MQ
> > just like this:
> > ```
> > # hooks.
Only administrators should have
> > http_configuration_snippet: |
> > proxy_buffer_size 128k;
> > proxy_buffers 4 256k;
> > proxy_busy_buffers_size 256k;
# write access to this file for security.
> >
> > deployment: # Deployment configurations
> > role: traditional # Set deployment mode: traditional,
control_plane, or data_plane.
> > role_traditional:
> > config_provider: etcd # Set the configuration center.
> > ```
>
> I got it , http_configuration_snippet should under the apisix the same
level with `control` right ? thank you for your help, but still the same error
message.
try add ```large_client_header_buffers 4 8k;``` in the
```http_configuration_snippet``` @Alan-MQ
--
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]