- add plugin dir as valid path for lua files (for openresty)
- No interesting change
- add proxy_ignore_client_abort option
- typo with virtualdomain based routing
- add a healthcheck endpoint
- add some smart start/stop options and features
- add the missing line for numprocesses
- allow / to be used as extra_route
- add a new configuration key (for extending nginx conf)
- move plugin extra_nginx_general_conf to server section.
- remove debug message in nginx conf
- split multiple node workers output to multiple files
- send mflog logs to mfadmin
- add plugin name in logs
- add X-Request-Id header
- introduce automatic mflog/nginx correlation for request_id
- add a mediation template
- introduce template inheritance
- introduce template inheritance for mfserv plugins
- add a .gitignore file in plugin templates
- remove double access-log messages with gunicorn
- huge refactoring (sorry about this monster commit)
- fix some nasty reload bugs in some corner cases
- django template regression when bootstrapping
- proxy_timeout was bypassed by gunicorn sync configurations
- fix building issues with proxy
- fix extra daemon feature and add test