Attaching a File Results in Request Entity Too Large

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Attempting to attach a file results in:

HTTP logs contain:

HTTP/1.1 413 Request Entity Too Large

 

診断

System is behind some sort of proxy, firewall or network security

原因

The network security/proxy has a limitation on request size 

NGINX USERS: If you have not specified a size limitation, NGINX will set client_max_body_size to a default of 1MB. See http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size.

ソリューション

Increase the allowed request body limit for the proxy. For example:

 


最終更新日: 2016 年 2 月 29 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.