永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

Board logo

標(biāo)題: [已解決] 新建站點(diǎn) 添加301轉(zhuǎn)向 不能用,以前的可以 [打印本頁]

作者: bluegua    時(shí)間: 2011-11-19 16:12     標(biāo)題: 新建站點(diǎn) 添加301轉(zhuǎn)向 不能用,以前的可以

本帖最后由 bluegua 于 2011-11-21 17:21 編輯

原來是我的域名解析有問題~
  1. server {
  2. listen 80;
  3. server_name www.aitpc.com;
  4. root /www/web/aitpc/public_html;
  5. index index.html index.php index.htm;
  6. error_page 404 /errpage/404.html;
  7. location ~ \.php$ {
  8. fastcgi_pass 127.0.0.1:9000;
  9. fastcgi_index index.php;
  10. include fcgi.conf;
  11. }
  12. location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {
  13. expires 1d;
  14. }
  15. location ~ .*\.(js|css)?$ {
  16. expires 12h;
  17. }
  18. }
  19. server {
  20. server_name aitpc.com;
  21. rewrite ^/(.*)$ http://www.aitpc.com$1 permanent;
  22. }
復(fù)制代碼

作者: bluegua    時(shí)間: 2011-11-19 16:13

這是另一個(gè),卻可以用
  1. server {
  2.         listen       80;
  3. server_name www.htcwp.com;
  4.         root /www/web/weizhi/public_html;
  5.         index  index.html index.php index.htm;
  6.         error_page  404 /errpage/404.html;
  7.         location ~ \.php$ {
  8.                 fastcgi_pass   127.0.0.1:9000;
  9.                 fastcgi_index  index.php;
  10.                 include fcgi.conf;
  11.         }
  12.         location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {
  13.                 expires      1d;
  14.         }
  15.         location ~ .*\.(js|css)?$ {
  16.                 expires      12h;
  17.         }
  18. }
  19. server {
  20.     server_name htcwp.com;
  21.     rewrite ^/(.*)$ http://www.htcwp.com$1 permanent;
  22. }        
復(fù)制代碼





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