Skip to content

Commit

Permalink
Increase max header length (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed May 2, 2023
1 parent 5ec2f19 commit 8625c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mix.Config
config :console, :initialize, true

config :console, ConsoleWeb.Endpoint,
http: [port: 4000, compress: true],
http: [port: 4000, compress: true, protocol_options: [max_header_value_length: 8192]],
# force_ssl: [hsts: true, rewrite_on: [:x_forwarded_proto]],
cache_static_manifest: "priv/static/cache_manifest.json",
server: true
Expand Down

0 comments on commit 8625c22

Please sign in to comment.