<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello Matt,<br><br>Thank you very much.  Is there anyway to match this location ONLY for a specific IP?<br><br>        location /wordpress {         <br>                          client_body_buffer_size 1M;<br>                              client_max_body_size 2M;<br>                           proxy_pass http://backend1; <br>                         }<br><br>In other words I only one IP 1.1.1.1 to be able to use those special buffers for that URL.. everybody else should use the buffers stated at the httpd section.<br><br><br>Regards,<br>Joseph<br><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Tue, 5 Jun 2012 22:40:55 +0400<br>> From: mdounin@mdounin.ru<br>> To: nginx@nginx.org<br>> Subject: Re: client_max_body_size for a location  {} ? Possible?<br>> <br>> Hello!<br>> <br>> On Tue, Jun 05, 2012 at 05:31:25PM +0000, Joseph Cabezas wrote:<br>> <br>> > <br>> > Answering myself partially<br>> > <br>> >    location /wordpress/wp-admin { client_max_body_size 1m;  }   <-- does that apply for evert sub directory  such as /wordpress/wp-admin/dir1 /wordpress/wp-admin/dir2/app.php etc<br>> <br>> See here for details explanation on how locations work:<br>> <br>> http://nginx.org/r/location<br>> <br>> And here for an answer to your original question:<br>> <br>> http://nginx.org/r/client_max_body_size<br>> http://nginx.org/r/client_body_buffer_size<br>> <br>> The "context" in the directive description gives a list of places <br>> where the directive is allowed.<br>> <br>> Maxim Dounin<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div>                                          </div></body>
</html>