summaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-02-24 18:33:44 +0100
committerlain <lain@soykaf.club>2018-02-24 18:33:44 +0100
commit13ea3eafe544f6d7d3e755505b4431dce119bcce (patch)
tree3444454b554bd8ab4531f0e6db85c7c8fd64020e /config/dev.exs
parenta7c3ead9e6a18e79e463b54e361baad54b26572c (diff)
downloadpleroma-13ea3eafe544f6d7d3e755505b4431dce119bcce.tar.gz
pleroma-13ea3eafe544f6d7d3e755505b4431dce119bcce.zip
Longer header lenght.
Diffstat (limited to 'config/dev.exs')
-rw-r--r--config/dev.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dev.exs b/config/dev.exs
index 83326e6f2..a697d3a24 100644
--- a/config/dev.exs
+++ b/config/dev.exs
@@ -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,