Apache + wordpress にNginxでリバースプロキシかけてみた

Nginxの設定はほぼいじっていない

WordPressで、大きめの投稿をしようとしたら、
【500 internal server error】
がでてしまった
(出力されているエラーログの内容は、テンポラリフォルダへのPermissionエラー)

client_body_buffer_sizeというディレクティブの設定のせいだった

The directive specifies the client request body buffer size.

If the request body size is more than the buffer size, then the entire (or partial) request body is written into a temporary file.

The default size is equal to page size times 2. Depending on the platform, the page size is either 8K or 16K.

When the Content-Length request header specifies a smaller size value than the buffer size, then Nginx will use the smaller one. As a result, Nginx will not always allocate a buffer of this buffer size for every request.

初期値ではページサイズの2倍のサイズが指定されていて、リクエス内容が越えるとテンポラリファイルに書き出すため、この部分でPermissionエラーがデてしまっていた模様

なのでclient_body_buffer_sizeを、Nginxの設定ファイルに追加して、2MBくらいに設定する

 client_body_buffer_size 2m;

Nginxをrestartして、再度投稿してみると無事投稿できた

うーん、マスタリングNginXを購入して日々勉強中

マスタリングNginx

投稿者 iyken

「Nginx + Apache + WordPress」に7件のコメントがあります
  1. Useful information. Fortunate me I discovered your site accidentally, and I am stunned why this coincidence didn’t came about in advance! I bookmarked it.
    [url=http://www.takenewbalance.net/]

  2. I was suggested this blog by my cousin. I’m not certain whether or not this put up is written by him as nobody else understand such targeted about my trouble. You’re incredible! Thank you!
    [url=http://www.ezetone.com/]

  3. I do not even know how I stopped up right here, however I assumed this publish was once great. I do not realize who you’re however certainly you’re going to a well-known blogger should you are not already. Cheers!
    [url=http://www.tokugwa.com]

  4. I am not certain the place you’re getting your info, however good topic. I must spend some time studying more or understanding more. Thanks for fantastic info I used to be searching for this info for my mission.
    [url=http://www.startoru.com/]

  5. I simply couldn’t go away your site before suggesting that I actually enjoyed the standard information a person supply on your guests? Is going to be again continuously to check up on new posts
    barbour wax jacket sale
    [url=http://www.brontaylor.com/barbour/barbour-wax-jacket-sale.html]barbour wax jacket sale[/url]

  6. I liked up to you will receive performed right here. The cartoon is attractive, your authored material stylish. however, you command get got an impatience over that you want be delivering the following. ill unquestionably come further before again since precisely the similar just about very often inside of case you shield this hike.

  7. I do agree with all of the ideas you’ve offered in your post. They’re really convincing and will definitely work. Nonetheless, the posts are very quick for starters. May you please prolong them a little from subsequent time? Thank you for the post.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です