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

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

nginx虛擬主機(jī)的配置實(shí)例

2024-08-30 12:23:06
字體:
供稿:網(wǎng)友
  nginx虛擬主機(jī)配置
  server {
  listen    80;
  server_name localhost;
  location / {
  root  html;
  index index.html index.htm;
  }
  error_page 404       /404.html;
  # redirect server error pages to the static page /50x.html
  # error_page  500 502 503 504 /50x.html;
  location = /50x.html {
  root  html;
  }
  }
  配置說明:
  listen 80; =>指定虛擬主機(jī)監(jiān)聽的是80端口
  server_name localhost; =>指定虛擬主機(jī)域名
  location / { ... } =>匹配請(qǐng)求路徑,/表示匹配所有請(qǐng)求
  root html; =>指定虛擬主機(jī)的物理根目錄,eg、html物理根目錄位于D:/div/nginx-1.9.14/html/
  index index.html index.htm; =>指定虛擬主機(jī)的默認(rèn)首頁,默認(rèn)首頁位于D:/div/nginx-1.9.14/html目錄下
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 虞城县| 福贡县| 信阳市| 营山县| 鄯善县| 武鸣县| 陆川县| 保德县| 息烽县| 兴安县| 玉树县| 呼和浩特市| 宁安市| 康乐县| 湘阴县| 安国市| 巴楚县| 苏尼特右旗| 德兴市| 塘沽区| 福建省| 文成县| 拉萨市| 左云县| 铜鼓县| 郸城县| 蓝田县| 中西区| 夏河县| 秦安县| 贺兰县| 陕西省| 济宁市| 陆丰市| 苍南县| 千阳县| 德昌县| 从化市| 德昌县| 从化市| 寿宁县|