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

按(Nginx反向代理实践)教程出错

[复制链接]

31

主题

404

回帖

925

积分

高级会员

积分
925
发表于 2011-10-29 20:27:11 | 显示全部楼层 |阅读模式
http://www.hostloc.com/thread-85514-1-1.html
按教程做的:svn checkout http://substitutions4nginx.googlecode.com/svn/trunk/ substitutions4nginx-read-only           //下载
这里下载不了
[root@MyVPS ~]# svn checkout http://substitutions4nginx.googlecode.com/svn/trunk/ substitutions4nginx-read-only
-bash: svn: command not found
[root@MyVPS ~]#

要怎么做呢?
回复

使用道具 举报

312

主题

1万

回帖

2万

积分

论坛元老

积分
22908
发表于 2011-10-29 22:19:07 | 显示全部楼层
楼下来
回复

使用道具 举报

143

主题

537

回帖

1533

积分

金牌会员

积分
1533
发表于 2011-10-29 22:26:23 | 显示全部楼层
yum 一下svn
回复

使用道具 举报

31

主题

404

回帖

925

积分

高级会员

积分
925
 楼主| 发表于 2011-10-29 22:27:41 | 显示全部楼层
配置 nginx.conf

从里面哪里改呢?
回复

使用道具 举报

454

主题

3108

回帖

7628

积分

论坛元老

积分
7628
发表于 2011-10-29 22:47:57 | 显示全部楼层
mark一下。 我是小白
回复

使用道具 举报

71

主题

2672

回帖

5601

积分

论坛元老

积分
5601
发表于 2011-10-29 22:51:35 | 显示全部楼层
回复

使用道具 举报

52

主题

472

回帖

1122

积分

金牌会员

积分
1122
发表于 2011-10-29 23:14:46 | 显示全部楼层
加分



mkdir /usr/local/nginx/conf/vhost

vi /usr/local/nginx/conf/vhost/hostloc.conf[ol]
  • server
  •         {
  •         listen 80;
  •         server_name 域名;
  •                 access_log off;
  •         location / {
  •                 proxy_pass http://www.hostloc.com;
  •                 proxy_set_header X-Real-IP $remote_addr;
  •                 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  •                 proxy_set_header Referer http://www.hostloc.com;
  •                 proxy_set_header Host www.hostloc.com;
  •                 proxy_set_header Accept-Encoding "";
  •                 }
  •         }[/ol]复制代码#Test Nginx configure file
    /usr/local/nginx/sbin/nginx -t

    #Restart Nginx......
    /usr/local/nginx/sbin/nginx -s reload
  • 回复

    使用道具 举报

    480

    主题

    8046

    回帖

    1万

    积分

    论坛元老

    积分
    17578
    发表于 2011-10-29 23:50:14 | 显示全部楼层
    收藏了这玩意能活多长时间
    回复

    使用道具 举报

    17

    主题

    181

    回帖

    447

    积分

    中级会员

    积分
    447
    发表于 2011-10-30 00:10:21 | 显示全部楼层
    学习 收藏
    回复

    使用道具 举报

    32

    主题

    1170

    回帖

    2466

    积分

    金牌会员

    积分
    2466
    发表于 2011-10-30 00:11:00 | 显示全部楼层
    -bash: svn: command not found
    ____________________________________
    没装SVN
    apt-get -y install subversion
    回复

    使用道具 举报

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

    本版积分规则

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

    GMT+8, 2025-1-12 08:48 , Processed in 0.023103 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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