Re: Dynamically Reload Map

2016-10-29 Thread B.R.
nginx parses configuration as a whole, either on start or on HUP signal. Your map is part of the configuration (separating it in multiple files does not change the fast everything is being merged before being statically interpreted/compiled), thus you need to signal the master process whenever you

Dynamically Reload Map

2016-10-27 Thread Cox, Eric S
Is anyone aware of a way to dynamically reload a file when using the MAP module without having to reload the server? We have a file that gets updated roughly every minute that needs reloaded and it seem that doing a reload every minute on the server processes might cause a performance issue? Al