Directly redirecting prefix location to named one

Lord Nynex lordnynex at gmail.com
Fri May 16 00:52:13 UTC 2014


http://wiki.nginx.org/HttpEchoModule#echo_exec

I use this model in some parts of my configs. I, however, use openresty and
I'm not clear if there are any functionality differences between them.


On Wed, May 14, 2014 at 5:58 PM, B.R. <reallfqq-nginx at yahoo.fr> wrote:

> I am considering the following locations:
>
> location / {
>     proxy_pass http://upstream;
> }
>
> location /documents/ {
>     try_files $uri @upstream;
> }
>
> location @upstream {
>     proxy_pass http://upstream;
> }
>
> I would like to have a single named location to handle all fallbacks to
> upstream (to avoid duplication: maintenance will be easier!).
>
> How does one redirect a prefix location directly to a named one?
> Using try_files might expose documents which are not supposed to be served
> outside of the /documents/ tree.
>
> Using rewrite? I learned here to avoid it as much as possible...
> ---
> *B. R.*
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140515/2d68f602/attachment.html>


More information about the nginx mailing list