alias startnginx='sudo /usr/local/Cellar/nginx/1.2.4/sbin/nginx' alias stopnginx='sudo killall nginx' alias restartnginx='stopnginx; startnginx' # If you need to know where's nginx bin locate nginx
Post a Comment
No comments:
Post a Comment