XFileSharing Pro - Nginx restart

Message
Author
amon
Posts: 18
Joined: Jun 25, 2009 10:16 pm

Nginx restart

#1 Postby amon » May 01, 2010 8:56 pm

Hello,
Anybody knows how to restart Nginx associated with XFS pro?

stunna
Posts: 44
Joined: Apr 25, 2010 10:19 pm

#2 Postby stunna » May 02, 2010 7:05 am

enter at command prompt:

ps aux | grep nginx

find the master pid number , then do :

kill -HUP pid#

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » May 04, 2010 9:10 am

killall -1 nginx