Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

nginx is installed on both sca-nginx01 and sca-nginx02. You can stop, start, restart, and reload the service at any time. A reload keeps the server up but refreshes it's configuration based on configuration file changes.

 

To start:sudo /sbin/service nginx16-nginx start

...

stop

...

sudo /sbin/service nginx16-nginx stopTo reload:

sudo /sbin/service nginx16-nginx reload

...

[start|stop|reload].

Care should be taken care to verify your configuration before performing a reload.

...