Conflicting nginx
You should ensure your host is NOT already running nginx
which will conflict with xplex .
These following checks are especially necessary if you’re reusing a host system, which may already have nginx
installed & running for other services:
-
Is
nginx
running as a service/daemon?If it shows
active
orenabled
, it’s up to you to decide whether to stop/disable it. It may be running important services on the host, so be careful of stopping or disabling it. -
Is
nginx
running as a process?Even in this case, if it’s running, then it’s up to you to decide whether to stop it. It may break important services on the host, so be careful of stopping it.
-
Is
nginx
installed on host?If nginx is installed, but from the previous steps you’ve verified that it’s not running, then you can safely ignore it. We will use a different (RTMP enabled)
nginx
build for xplex .You can also choose to remove it if you’re sure it’ll not be needed (not recommended).