<div dir="ltr">Weird. No one?<div><br></div><div style>Cheers</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/14 Agus <span dir="ltr"><<a href="mailto:agus.262@gmail.com" target="_blank">agus.262@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi fellows,<div><br></div><div>I was having trouble creating a custom error_page. Here's the simple test config i did:</div>
<div><br></div><div><div><span style="white-space:pre-wrap">      </span>server_name <a href="http://www.test1.com.ar" target="_blank">www.test1.com.ar</a>;</div>
<div><br></div><div><span style="white-space:pre-wrap"> </span>error_log logs/www.test1.com.ar.http.error.log debug;</div><div><span style="white-space:pre-wrap">    </span>access_log logs/www.test1.com.ar.http.access.log main;</div>

<div><br></div><div><span style="white-space:pre-wrap"> </span>root /usr/local/www/www.test1;</div><div><br></div><div>    location / {</div><div><span style="white-space:pre-wrap">   </span># Esto es para simular el geoip con un if. </div>

<div><span style="white-space:pre-wrap">  </span>if ( $remote_addr = "10.24.18.2" ) {</div><div><span style="white-space:pre-wrap">           </span>error_page 401 /custom/404b.html;</div><div><span style="white-space:pre-wrap">                </span>return 401;</div>

<div><span style="white-space:pre-wrap">  </span>}</div><div>    }</div><div><br></div><div><br></div><div>With that, i only got the nginx default error page. After turning on debug i saw that when nginx goes to fetch the error_page mentioned it searches in location / so it denies and send me the default error. Now i added a location like this</div>

<div><br></div><div><div>    location = /custom/404b.html {</div><div><span style="white-space:pre-wrap">     </span>internal;</div><div>    }</div><div><br></div><div><br></div><div>Which made it work.</div>
<div><br></div><div>My question is is this is OK. If my solution is the correct one or perhaps theres a better one. Also, this test is easy cause its local, but i want to implemtn this in a proxy_pass situation. Probably the intercept_error..</div>

<div><br></div><div>Thanks for any hints you can give.</div></div></div></div>
</blockquote></div><br></div>