Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (38 loc) · 1.16 KB

initscripts.rst

File metadata and controls

55 lines (38 loc) · 1.16 KB

NGINX Init Scripts

.. toctree::
   :hidden:

   redhatnginxinit
   redhatphpfcgiinit
   ubuntuupstart
   systemd
   freebsdphpfcgid
   freebsdpythonfcgi
   freebsdspawnfcgi
   osxlaunchd

So many ways to start NGINX. You can either use the binary or set something up that will work specifically for your needs. If you install NGINX from a repository, then it is likely that you already have an init script installed. If you installed from source, then you'll want to find a script from below to help you out.

Linux Init.d

Upstart

Systemd

FreeBSD

OSX

Windows