Welcome! Log In Create A New Profile

Advanced

Re: Passing request directly to named location

February 11, 2011 06:42AM
> > The lesser you have dependences, the lesser you
> > will have maintence
> > issues in future. Yes, you have to write more, but
> > you see what
> > how exactly this location is handled. If you ever
> > need to change
> > proxied server address, your favourite editor with
> > find/replace
> > functionality is your friend.
> Thanks but I prefer to centralise things so that I only have to edit in
> one place and not run the risk of missing stuff out.

I heard this "centralise" mantra many times. Believe me, it works until
your configuration fits on screen or two. When it grows, every, note,
EVERY configuration modification becames investigation of
configuration dependences. I have an configuraiton with 180 locaitons.
When I need to add some functionality, I simply add location and
that is all. I do not look through whole 90K file.

Why ? Because I

1) use only locations without regex.
2) do not use rewrite's at all.

If I need to change a proxied server name or something else, I use simple
find/replace in VIM. This is very easy, it's much easy than investigation
of configuration dependences on every change.

> So in terms of the try files and error page options, can you advise
> which is better ... taking note of what you said about doing each proxy
> pass every time?

error_page is faster because it does not make syscall.


--
Igor Sysoev
http://sysoev.ru/en/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Passing request directly to named location

Dayo February 11, 2011 05:08AM

Re: Passing request directly to named location

Igor Sysoev February 11, 2011 05:26AM

Re: Passing request directly to named location

Dayo February 11, 2011 06:12AM

Re: Passing request directly to named location

Igor Sysoev February 11, 2011 06:42AM

Re: Passing request directly to named location

Dayo February 11, 2011 07:08AM

Re: Passing request directly to named location

Dayo February 13, 2011 07:50AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 229
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready