Created
June 24, 2012 03:16
-
-
Save jspaper/2981336 to your computer and use it in GitHub Desktop.
nginx instruction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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