Skip to content
Snippets Groups Projects
Commit 13ea3eaf authored by lain's avatar lain
Browse files

Longer header lenght.

parent a7c3ead9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ use Mix.Config
# watchers to your application. For example, we use it
# with brunch.io to recompile .js and .css sources.
config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4000],
http: [port: 4000, protocol_options: [max_request_line_length: 8192, max_header_value_length: 8192]],
protocol: "http",
debug_errors: true,
code_reloader: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment