Sometimes is needed to start more than one nginx server instance, current init script does not allow this. Reproducible: Always The only thing to change is 2 lines in the nginx.initd file
Created attachment 302255 [details, diff] diff file to change nginx.initd script only 2-line patch which will allow creation of /etc/conf.d/nginx or /etc/conf.d/nginx.xxx (with belonging symlink in init.d) what will allow to start multiple instances of nginx server without loosing any current functionality.
Created attachment 302257 [details, diff] diff file to change nginx.initd script ops, the right one diff, first one created badly.
I'm interested in this too. Anybody will apply this simple change into portage?
i've applied your patch to the init script, thanks!