Notices where this attachment appears
-
PleromaがFirefoxでうまく見れない件
Pleromaをノートパソコンにインストした。中身をみたり、いじってみるため。実運用のサーバでいじってうまく動かなくなったりしたら困るから。http://localhost:4000/ でアクセスする。
さて、そのPleromaをgit pullしてupdateしたら、何故かFirefoxでは
http://localhost:4000/main/all
が表示されなく成った。エラーがでる。
http://localhost:4000/api/v1/instance
はできる。Google ChromeやChromiumでは問題なし。エラーは
--->--->
21:27:50.399 [error] Cowboy returned 400 because it was unable to parse the request headers.
This may happen because there are no headers, or there are too many headers
or the header name or value are too large (such as a large cookie).
You can customize those values when configuring your http/https
server. The configuration option and default values are shown below:
protocol_options: [
max_header_name_length: 64,
max_header_value_length: 4096,
max_headers: 100,
max_request_line_length: 8096
<---<---
protocol_options: をconfig/prod.secret.exs に入れればよいのだろうが、うまく行かない。
config/config.exsのMDII関連もcomment outしたけど何も変化なし。