sladdi Wrote:
-------------------------------------------------------
> 2) After moving or creating account we need to change nginx config or
> add new one. Do nginx have subscriptions to fs or smthng like this to
> avoid reloading?
You can't avoid reloading config unless you use Lua and something like memcache from where stuff is 'reloaded', which is fine for generic stuff but not for adding a domain. If you're referring to (auth)access accounts, that can be dynamic without reloading config since a passwd file can be changed while running.
Also try this query https://www.google.nl/#q=nginx%20configuration%20management
-------------------------------------------------------
> 2) After moving or creating account we need to change nginx config or
> add new one. Do nginx have subscriptions to fs or smthng like this to
> avoid reloading?
You can't avoid reloading config unless you use Lua and something like memcache from where stuff is 'reloaded', which is fine for generic stuff but not for adding a domain. If you're referring to (auth)access accounts, that can be dynamic without reloading config since a passwd file can be changed while running.
Also try this query https://www.google.nl/#q=nginx%20configuration%20management