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

首頁(yè) > 網(wǎng)站 > Nginx > 正文

windows下Nginx多域名簡(jiǎn)單配置教程

2024-08-30 12:25:29
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

本文實(shí)例為大家分享了Nginx多域名的簡(jiǎn)單配置教程,供大家參考,具體內(nèi)容如下

1. windows下安裝nginx的目錄結(jié)構(gòu)如下:

2. 在nginx-1.12.1目錄下conf/nginx.conf 內(nèi)容

#user nobody;worker_processes 1;events {  worker_connections 1024;}http {  include    mime.types;  default_type application/octet-stream;  sendfile    on;  keepalive_timeout 65;  server {    listen    80 default_server;    server_name localhost default_server;    root  html;    location / {      index index.html index.htm;    }}  include ../vhost/*.conf;}

3. vhost 目錄下 a_com.conf 內(nèi)容:

server {    listen    80;    server_name www.a.com;    root  D:/test/;    location / {      index index.html index.htm;    }}

4. vhost 目錄下 b_com.conf 內(nèi)容:

server {    listen    80;    server_name www.b.com;    root  D:/test2/;    location / {      index index.html index.htm;    }}

5. 在本地磁盤D盤下 新建 test 和 test2目錄,并新建 index.html文件

6. 在本地磁盤C盤中C:/Windows/System32/drivers/etc 下修改hosts 如下

127.0.0.1    www.a.com127.0.0.1    www.b.com

7. 用cmd進(jìn)入nginx安裝目錄下執(zhí)行

    nginx.exe  開始   

    nginx -t  //檢測(cè)語(yǔ)法

    nginx -s reload  //重新啟動(dòng)

    nginx -s stop  //停止

8. 打開瀏覽器輸入網(wǎng)址

github倉(cāng)庫(kù):https://github.com/chengzao

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持錯(cuò)新站長(zhǎng)站。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 原平市| 多伦县| 措美县| 华坪县| 明星| 拜泉县| 万宁市| 五寨县| 桂林市| 淮安市| 巴塘县| 宜阳县| 宝清县| 建水县| 荥阳市| 曲阳县| 丰顺县| 郎溪县| 中江县| 英山县| 西林县| 郎溪县| 南皮县| 普格县| 阳新县| 修水县| 兴文县| 抚远县| 绥江县| 巴林右旗| 保靖县| 通山县| 东乌珠穆沁旗| 东港市| 尖扎县| 诸暨市| 邢台市| 榆中县| 宣威市| 巩义市| 大安市|