How to change proxy_buffer sizes in nginx gateway ? #1393
-
I use .net 7 application with OpenId authentication. I'm using Kubernetes Gateway API, so I hope that there's some way to set annotations somehow, so the nginx will use them.. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We currently do not support this but plan to do so in the future. The workaround to configure those directives at the http context level by modifying this file https://github.com/nginxinc/nginx-gateway-fabric/blob/bcc6ac6da5be1a88d8edf8477600b3a9ac7959fb/internal/mode/static/nginx/conf/nginx.conf and building the image — https://docs.nginx.com/nginx-gateway-fabric/installation/building-the-images/ |
Beta Was this translation helpful? Give feedback.
We currently do not support this but plan to do so in the future. The workaround to configure those directives at the http context level by modifying this file https://github.com/nginxinc/nginx-gateway-fabric/blob/bcc6ac6da5be1a88d8edf8477600b3a9ac7959fb/internal/mode/static/nginx/conf/nginx.conf and building the image — https://docs.nginx.com/nginx-gateway-fabric/installation/building-the-images/
it is also possible to replace that conf file without building the image using this approach — #1245 (comment)