I'm running a webserver and streaming video server on the same ubuntu box. I have the resources on the box to handle everything and in time will probably use two boxes but I don't want the overhead of two boxes right now.
I would like to run two versions of nginx, one with the rtmp module compiled in and one with out. My reason for this is that I do a lot of tuning with HLS settings and adding various options, etc, and need to restart nginx to have the changes picked up.
I don't want to be restarting nginx with websites hosted though.
Can I safely install nginx in two locations?