<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">As i understand the Documentation correct then my entry is correct:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 14px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        location /en/holidays/shared/images/ {</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">                alias /mnt/nfs/uat/;</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">        }</span></div></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class="">Anyways, when i try to use root instead of alias it has same result.</div><div class="">Its getting ignored completely in the config.</div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">Am 03.11.2016 um 18:51 schrieb Daniel <<a href="mailto:daniel@linux-nerd.de" class="">daniel@linux-nerd.de</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class=""><br class=""><blockquote type="cite" class="">i try to add a images folder but seems not work.<br class="">Could someone tell me what i am doing wrong:<br class=""></blockquote><br class="">What one example http request do you want to make?<br class=""><br class=""></blockquote><br class="">I wanted to load such kind of URL:<br class=""><a href="http://domain.de//en/holidays/shared/images/guides/germany/berlin.jpg" class="">domain.de//en/holidays/shared/images/guides/germany/berlin.jpg</a><br class=""><br class=""><blockquote type="cite" class="">What file on your filesystem do you want nginx to serve in response to<br class="">that request?<br class=""><br class=""></blockquote><br class="">on /mnt/nfs/uat/ are the folders like guides/germany/<br class=""><br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">       location ~ ^/en/holidays/shared/images {<br class="">               root /mnt/nfs/uat/;<br class="">       }<br class=""><br class="">When i replace root with alias it has also no effect :-(<br class=""></blockquote><br class="">"alias" in a regex location has special requirements.<br class=""><br class=""></blockquote><br class="">I also tried with root instead of alias and i have the same behave<br class=""><br class="">cheers<br class=""><br class="">Daniel<br class=""><br class="">_______________________________________________<br class="">nginx mailing list<br class="">nginx@nginx.org<br class="">http://mailman.nginx.org/mailman/listinfo/nginx<br class=""></div></div></blockquote></div><br class=""></body></html>