找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 52|回复: 6

nginx 重定向错误

[复制链接]

237

主题

597

回帖

1949

积分

金牌会员

积分
1949
发表于 2013-1-15 22:37:07 | 显示全部楼层 |阅读模式
[ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name www.loc16.com loc16.com;
  • server {
  • server_name www.loc16.com loc16.com;
  • rewrite ^/(.*) http://www.loc16.com/$1 permanent;
  • }
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /data/loc16.com;
  •                 include none.conf;
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 try_files $uri =404;
  •                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  •                                 fastcgi_index index.php;
  •                                 include fcgi.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log off;
  •         }
  • ~
  • [/ol]复制代码想把loc16.com www.loc16.com 重定向成 http://www.loc16.com

    用上面的命令是成功了。但是重启lnmp的时候有错误。 怎么样才不出错误。

    Reload LNMP...
    Reload Nginx configure...
    nginx: [emerg] "server" directive is not allowed here in /usr/local/nginx/conf/vhost/www.loc16.com.conf:6
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
    nginx: [emerg] "server" directive is not allowed here in /usr/local/nginx/conf/vhost/www.loc16.com.conf:6
    Nginx program is reloding!
    SUCCESS! Reloading service MySQL
    Reload service php-fpm  done
  • 回复

    使用道具 举报

    438

    主题

    4665

    回帖

    1万

    积分

    论坛元老

    积分
    10682
    发表于 2013-1-15 22:39:09 | 显示全部楼层


    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    ×
    回复

    使用道具 举报

    4

    主题

    444

    回帖

    910

    积分

    高级会员

    积分
    910
    发表于 2013-1-15 22:40:00 | 显示全部楼层
    [ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name www.loc16.com loc16.com;
  • rewrite ^/(.*) http://www.loc16.com/$1 permanent;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /data/loc16.com;
  •                 include none.conf;
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 try_files $uri =404;
  •                                 fastcgi_pass  unix:/tmp/php-cgi.sock;
  •                                 fastcgi_index index.php;
  •                                 include fcgi.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log off;
  •         }
  • [/ol]复制代码
  • 回复

    使用道具 举报

    37

    主题

    528

    回帖

    1171

    积分

    金牌会员

    积分
    1171
    发表于 2013-1-15 22:40:48 | 显示全部楼层
    你绑定也重复了

    两个server_name www.loc16.com loc16.com;[ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name loc16.com;}
  • server {
  • server_name www.loc16.com;
  • rewrite ^/(.*) http://www.loc16.com/$1 permanent;
  • [/ol]复制代码
  • 回复

    使用道具 举报

    438

    主题

    4665

    回帖

    1万

    积分

    论坛元老

    积分
    10682
    发表于 2013-1-15 22:40:56 | 显示全部楼层
    本帖最后由 muyang 于 2013-1-15 22:45 编辑

    顶楼上的
    回复

    使用道具 举报

    41

    主题

    205

    回帖

    563

    积分

    高级会员

    积分
    563
    发表于 2013-1-15 22:41:42 | 显示全部楼层
    大胡子V5
    回复

    使用道具 举报

    6

    主题

    2207

    回帖

    4438

    积分

    论坛元老

    积分
    4438
    发表于 2013-1-15 22:43:04 | 显示全部楼层
    @楼主 :server插server,厉害啊
    @4,5,6 :rewrite死循环了
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 15:05 , Processed in 0.022536 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表