| View previous topic :: View next topic |
| Author |
Message |
fsadmin
Joined: 09 Nov 2010 Posts: 41
|
Posted: Jan 25, 2011 6:31 pm Post subject: How to restart nginx? |
|
|
/usr/local/nginx/sbin/nginx start
/usr/local/nginx/sbin/nginx -s stop
but wich is the line to restart it? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1283
|
Posted: Jan 26, 2011 2:19 pm Post subject: |
|
|
| "killall -1 nginx" will tell nginx to read config files again. |
|
| Back to top |
|
 |
|