Friendship is unnecessary. It has no survival value; rather it is one of those things which give value to survival.
友誼并非必需品,它沒有生存價值,卻為生存賦予價值。———— C.S. Lewis
1. 在nginx官網下載最新nginx,我這里下載的是nginx-1.6.2.tar.gz。http://nginx.org/en/download.html直接使用瀏覽器下載即可,或通過終端,使用curl命令。2.進入下載目錄,解壓文件。tar -xf nginx-1.6.2.tar.gz或直接雙擊這個文件,自動解壓到當前目錄。3.進入解壓目錄,添加權限chmod a+rwx *4.執行configure./configure 時注意加入參數with-cc-opt,如下:./configure –w...