国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Windows > 正文

windows下nginx安裝、配置與使用

2019-11-02 16:06:34
字體:
來源:轉載
供稿:網友

  目前國內各大門戶網站已經部署了Nginx,如新浪、網易、騰訊等;國內幾個重要的視頻分享網站也部署了Nginx,如六房間、酷6等。新近發現Nginx 技術在國內日趨火熱,越來越多的網站開始部署Nginx。

    相比apeach、iis,nginx以輕量級、高性能、穩定、配置簡單、資源占用少等優勢廣受歡迎。

1)下載地址:

  http://nginx.org

2)啟動

  解壓至c:/nginx,運行nginx.exe(即nginx -c conf/nginx.conf),默認使用80端口,日志見文件夾C:/nginx/logs

3)使用

  http://localhost

4)關閉

  nginx -s stop 或taskkill /F /IM nginx.exe > nul

5)常用配置

   C:/nginx/conf/nginx.conf,使用自己定義的conf文件如my.conf,命令為nginx -c conf/my.conf

  常用配置如下:

復制代碼 代碼如下:Nginx.conf代碼

http {

 server {

 #1.偵聽80端口

 listen 80;

 location / {

 # 2. 默認主頁目錄在nginx安裝目錄的html子目錄。

 root html;

 index index.html index.htm;

 # 3. 沒有索引頁時,羅列文件和子目錄

 autoindex on;

 autoindex_exact_size on;

 autoindex_localtime on;

 }

 # 4.指定虛擬目錄

 location /tshirt {

 alias D:/programs/Apache2/htdocs/tshirt;

 index index.html index.htm;

 }

 }

 # 5.虛擬主機www.emb.info配置

 server {

 listen 80;

 server_name www.emb.info;

 access_log emb.info/logs/access.log;

 location / {

 index index.html;

 root emb.info/htdocs;

 }

 }

}

  

  小提示:

  運行nginx -V可以查看該Win32平臺編譯版支持哪些模塊。我這里的結果為:

  Log代碼

復制代碼 代碼如下:nginx version: nginx/0.7.65

TLS SNI support enabled

configure arguments:

--builddir=objs.msvc8

--crossbuild=win32

--with-debug --prefix=

--conf-path=conf/nginx.conf

--pid-path=logs/nginx.pid

--http-log-path=logs/access.log

--error-log-path=logs/error.log

--sbin-path=nginx.exe

--http-client-body-temp-path=temp/client_body_temp

--http-proxy-temp-path=temp/proxy_temp

--http-fastcgi-temp-path=temp/fastcgi_temp

--with-cc-opt=-DFD_SETSIZE=1024

--with-pcre=objs.msvc8/lib/pcre-7.9

--with-openssl=objs.msvc8/lib/openssl-0.9.8k

--with-openssl-opt=enable-tlsext

--with-zlib=objs.msvc8/lib/zlib-1.2.3

--with-select_module

--with-http_ssl_module

--with-http_realip_module

--with-http_addition_module

--with-http_sub_module

--with-http_dav_module

--with-http_stub_status_module

--with-http_flv_module

--with-http_gzip_static_module

--with-http_random_index_module

--with-http_secure_link_module

--with-mail

--with-mail_ssl_module

--with-ipv6

  顯然,最經常用的memcache, rewrite模塊都沒在其中,因此該win32編譯版本僅能供基本開發測試使用,對于產品平臺,應該重新編譯自己想要的win32版本,或者在linux下使用更方便。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 山西省| 湟中县| 江永县| 根河市| 于都县| 凌源市| 泾源县| 将乐县| 榆社县| 三明市| 宣武区| 涟水县| 枝江市| 西峡县| 阳新县| 琼结县| 靖江市| 巨野县| 建宁县| 涞水县| 砀山县| 武陟县| 丰城市| 绥芬河市| 玉溪市| 城口县| 六安市| 德清县| 安仁县| 南澳县| 华亭县| 石家庄市| 布拖县| 洛川县| 宁晋县| 巨野县| 华宁县| 凤翔县| 镇赉县| 田阳县| 若尔盖县|