mac安裝nginx


1,http://nginx.org/en/download.html下載http://nginx.org/download/nginx-1.2.0.tar.gz

2,tar -xf nginx-1.2.0.tar.gz

3,進入解壓目錄  chmod a+rwx *

4,./configure --without-http_rewrite_module

5,make && make install

6,sudo /usr/local/nginx/sbin/nginx

瀏覽器訪問 localhost

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章