You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
rm logs/*.log
|
|
# killall -9 skynet
|
|
nginx -p `pwd` -c conf/nginx.conf -s stop
|
|
nginx -p `pwd` -c conf/nginx.conf
|
|
# nginx -p `pwd` -c conf/nginx.conf -s reload
|