forked from AkkomaGang/akkoma
Longer header lenght.
This commit is contained in:
parent
a7c3ead9e6
commit
13ea3eafe5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# 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,
|
||||
|
|
Loading…
Reference in a new issue