四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

Board logo

標(biāo)題: [求助] nginx 下301問題 麻煩大家?guī)鸵幌旅?[打印本頁]

作者: busym.com    時(shí)間: 2016-6-21 18:03     標(biāo)題: nginx 下301問題 麻煩大家?guī)鸵幌旅?br />
當(dāng)前版本: wdCP v3.0.4
創(chuàng)建網(wǎng)站自帶的301/302跳轉(zhuǎn)一開啟網(wǎng)站就訪問不了,一關(guān)閉帶www的網(wǎng)站正常能訪問
不帶www的網(wǎng)站顯示404

修改配置文件301還是不管
  1. server {
  2.         listen       80;
  3.         root /www/web/my2015/public_html;
  4.         server_name www.***.com ***.com;
  5.         if ($host != 'www.***.com' ) {
  6.         rewrite ^/(.*)$ http://www.***.com/$1 permanent;
  7.         }
  8.         index index.html index.php index.htm;
  9.         error_page  400 /errpage/400.html;
  10.         error_page  403 /errpage/403.html;
  11.         error_page  404 /errpage/404.html;
  12.         error_page  503 /errpage/503.html;
  13.         location ~ \.php$ {
  14.                 fastcgi_pass   127.0.0.1:9000;
  15.                 fastcgi_index  index.php;
  16.                 include fcgi.conf;
  17.         }
  18.         location ~ /\.ht {
  19.                 deny  all;
  20.         }
  21.         include /www/wdlinux/wdcp/rewrite/busym_nginx.conf;
  22. }
復(fù)制代碼
麻煩知道如何解決的朋友們給個(gè)解決方法,謝謝。
作者: admin    時(shí)間: 2016-6-21 21:27

死循環(huán)了




歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/) Powered by Discuz! 7.2