Can /usr/local/etc/nginx/nginx.conf be manually configured in or must one use GUI / upstream logic?
Clarification on the restart / reload. Green restart in plugin same as Green restart in lobby? Red refresh just to re-load config without restarting / breaking existing connections?
I got both working together
it will be overwritten next time templates applied (Apply button pressed)
afaik Green is just start"refresh" - is Restart (without templates\config applying)
Would be useful IMO if plugin devs may consider nginx.conf referencing another config file that wouldn't reset
Bottom is reload config without restarting nginx?
It does stop traffic / forwarding. Yet service appears to remain running tho
If I click stop on nginx plugin page it does nothing. I must go to lobby and shutdown there...
/** * override parent method - stopping nginx is not allowed because otherwise you would loose * access to the web interface */ public function stopAction() { return array('status' => 'failed'); }
the plugin uses hooks for this - static files loaded via the include directives in various nginx.conf places