configuration reload

Maxim Dounin mdounin at mdounin.ru
Thu Dec 13 15:35:54 UTC 2012


Hello!

On Thu, Dec 13, 2012 at 03:24:18PM +0200, Anatoli Marinov wrote:

> What do you exactly mean with "dynamic configuration"?
> I cannot find anything about it ...

It's up to you how to do it.  Various examples include:

1) Some functionality may be configured dynamically with files on 
filesystem and checking them with try_files / if.  E.g. this is 
how people typically implement "maintenance" page.

2) The auth_basic module uses data from auth_basic_user_file, 
which is expected to be dynamically changed.  Currently it's just 
re-read on each request.

[...]

-- 
Maxim Dounin
http://nginx.com/support.html



More information about the nginx-devel mailing list