Skip to content

Commit

Permalink
Bump max request header size
Browse files Browse the repository at this point in the history
  • Loading branch information
Net-burst committed Feb 29, 2024
1 parent bfd7e55 commit 071a2ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ spring.main.banner-mode: "off"
api.path: /cache
server.port: 8080
server.compression.enabled: true
#server.compression.min-response-size: 1
#server.compression.mime-types: application/json,application/xml
server.max-http-request-header-size: 16KB

# cors
cors:
Expand Down Expand Up @@ -135,4 +134,3 @@ management.endpoint.env.enabled: false
management.endpoint.configprops.enabled: false
logging.level.root: warn
logging.config: classpath:log4j2-prod.xml

0 comments on commit 071a2ac

Please sign in to comment.