Skip to content

Commit

Permalink
1235: Configure server.max-http-request-header-size (#201)
Browse files Browse the repository at this point in the history
server.max-http-header-size has been deprecated and has been replaced with server.max-http-request-header-size, updating our application config to use the new property

SecureApiGateway/SecureApiGateway#1235
  • Loading branch information
dbadham-fr authored Jan 22, 2024
1 parent 6b8c96d commit 85c1ba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#

server:
max-http-header-size: 16KB
max-http-request-header-size: 16KB

logging:
level:
Expand Down

0 comments on commit 85c1ba6

Please sign in to comment.