Skip to content

Instantly share code, notes, and snippets.

@jspaper
Created June 24, 2012 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jspaper/2981336 to your computer and use it in GitHub Desktop.
Save jspaper/2981336 to your computer and use it in GitHub Desktop.
nginx instruction
# install nginx in OSX
brew install nginx
PATH=$PATH:/usr/local/sbin
nginx start
nginx -V # 查看配置文件位置及版本
nginx -c filename # 指定配置文件
nginx -s [reload|reopen|stop|quit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment