Longer header lenght.
authorlain <lain@soykaf.club>
Sat, 24 Feb 2018 17:33:44 +0000 (18:33 +0100)
committerlain <lain@soykaf.club>
Sat, 24 Feb 2018 17:33:44 +0000 (18:33 +0100)
config/dev.exs

index 83326e6f261a6c805b04690ada767366197d3daf..a697d3a24d2dcfef50de9561a22cdc8e4317e3db 100644 (file)
@@ -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,