<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Thank you ever so much.<br>
<br>
Regards<br>
Brent<br>
<br>
On 04/09/2015 13:29, Sebastian Krebs wrote:<br>
</div>
<blockquote
cite="mid:CALtuQzD87ayvSALFoOYg_CbMjZJptNouZKdoiagQV6RZyo__Ow@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">2015-09-04 12:04 GMT+02:00 Brent
Clark <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:brentgclarklist@gmail.com" target="_blank">brentgclarklist@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Good
day Guys.<br>
<br>
I would like to ask if someone could please verify my
configs :<br>
<a moz-do-not-send="true"
href="http://pastebin.com/8Xk63RYD" rel="noreferrer"
target="_blank">http://pastebin.com/8Xk63RYD</a><br>
<a moz-do-not-send="true"
href="http://pastebin.com/EfNSpvMV" rel="noreferrer"
target="_blank">http://pastebin.com/EfNSpvMV</a><br>
<br>
I have a Nginx server sitting in front of two Apache
servers.<br>
I'm using Nginx as a reverse caching / load balancing
solution.<br>
But what I'm trying achieve is to cache only for images,
css and Js.<br>
<br>
All in all it appears it all works.<br>
<br>
The other question I would like to ask is, does the order
of location<br>
matter?<br>
</blockquote>
<div><br>
</div>
<div>Depends. For regular expression based location is does,
for prefix based locations it doesn't. See <a
moz-do-not-send="true"
href="http://nginx.org/en/docs/http/ngx_http_core_module.html#location"><a class="moz-txt-link-freetext" href="http://nginx.org/en/docs/http/ngx_http_core_module.html#location">http://nginx.org/en/docs/http/ngx_http_core_module.html#location</a></a></div>
<div><br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">A
location can either be defined by a prefix string, or by a
regular expression. Regular expressions are specified with
the preceding “~*” modifier (for case-insensitive
matching), or the “~” modifier (for case-sensitive
matching). <b>To find location matching a given request,
nginx first checks locations defined using the prefix
strings (prefix locations). Among them, the location
with the longest matching prefix is selected and
remembered. Then regular expressions are checked, in the
order of their appearance in the configuration file. The
search of regular expressions terminates on the first
match, and the corresponding configuration is used. If
no match with a regular expression is found then the
configuration of the prefix location remembered earlier
is used.</b><br>
</blockquote>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
If anyone can help, it would be appreciated.<br>
<br>
Thanks<br>
Brent<br>
<br>
<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a moz-do-not-send="true" href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a moz-do-not-send="true"
href="http://mailman.nginx.org/mailman/listinfo/nginx"
rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div class="gmail_signature"><a moz-do-not-send="true"
href="https://github.com/KingCrunch" target="_blank">github.com/KingCrunch
</a><br>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a></pre>
</blockquote>
<br>
</body>
</html>