Opened 13 years ago
Closed 13 years ago
#110 closed defect (invalid)
Incorrect context client_max_body_size in manual
Reported by: | www.google.com/accounts/o8/id?id=AItOawlOOw4TXZAzflNrwpQ8988PP5PpFDzAEBM | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.0.x |
Keywords: | Cc: | ||
uname -a: | Linux dev.madbanner.com 2.6.35-28-server #50-Ubuntu SMP Fri Mar 18 18:59:25 UTC 2011 x86_64 GNU/Linux | ||
nginx -V: |
nginx: nginx version: nginx/1.0.2
nginx: built by gcc 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) nginx: TLS SNI support enabled nginx: configure arguments: --with-http_ssl_module --with-openssl=/usr/local/src/openssl-1.0.0d |
Description
http://nginx.org/ru/docs/http/ngx_http_core_module.html#client_max_body_size
Quote "Context: http, server, location"
But it does not works in "http" context. It works in server context. Location context not tested.
Note:
See TracTickets
for help on using tickets.
It's expected to work in http, server and location contexts. And it works without any problem in http, server and location contexts here. If you think it doesn't work - you may want to provide more details, including a way to reproduce the problem (that is, sample config and steps to ensure it doesn't work with the config in question).