August 2017
Intermediate to advanced
278 pages
8h 53m
English
Here's a quick reference table of the available commands:
|
Activity/OS |
CentOS / RedHat 6 |
CentOS / RedHat 7 |
Ubuntu 14.04 / Debian 8 |
|
Start NGINX |
service nginx start | systemctl start nginx | service nginx start |
|
Stop NGINX |
service nginx stop | systemctl stop nginx | service nginx stop |
|
Restart NGINX |
service nginx restart | systemctl restart nginx | service nginx restart |
|
Reload NGINX |
service nginx reload | N/A | N/A |
Some modifications to NGINX will require a full restart, whereas others only need the configuration reloaded. In most instances where a configuration file has been modified, a reload is all which is required. NGINX will fork a new set of worker processes, allowing existing workers to complete and cleanly ...
Read now
Unlock full access