Ningx/Django Bad Request Error
Valentin V. Bartenev
ne at vbart.ru
Wed Jan 18 09:50:51 UTC 2012
On Wednesday 18 January 2012 04:35:40 Henry Ward wrote:
[...]
>
> I have looked everywhere and I cannot find anything about allowing this
> post request. I hope someone here can help nudge me in the right
> direction. My Nginx config file settings is below. I have modified many
> variables like buffer sizes and body sizes and it is not that. The data
> I'm posting is less than 8k.
>
> Any ideas?
Could you provide debug log with your POST request?
http://nginx.org/en/docs/debugging_log.html
> ----------------------------
>
> server {
> include mime.types;
> default_type application/json;
>
> client_body_buffer_size 1200K;
> client_header_buffer_size 1200K;
It's a lot!
wbr, Valentin V. Bartenev
More information about the nginx
mailing list