Open seanhamlin opened 8 months ago
Essentially the snippet:
nginx.ingress.kubernetes.io/server-snippet: | client_header_buffer_size 64k; large_client_header_buffers 4 64k;
The use case is JSONAPI to which can have URIs that exceed the default of 8,000 characters.
Essentially the snippet:
The use case is JSONAPI to which can have URIs that exceed the default of 8,000 characters.