设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย french

搜索
热搜: 活动 交友 discuz

按(Nginx反向代理实践)教程出错 [复制链接]
查看:88 | 回复:9

32

主题

323

回帖

778

积分

高级会员

积分
778
发表于 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 ~]#

要怎么做呢?

288

主题

1万

回帖

2万

积分

论坛元老

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

129

主题

498

回帖

1429

积分

金牌会员

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

32

主题

323

回帖

778

积分

高级会员

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

从里面哪里改呢?

516

主题

3099

回帖

7846

积分

论坛元老

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

64

主题

2336

回帖

4942

积分

论坛元老

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

47

主题

438

回帖

1053

积分

金牌会员

积分
1053
发表于 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
  • 414

    主题

    7199

    回帖

    1万

    积分

    论坛元老

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

    23

    主题

    219

    回帖

    567

    积分

    高级会员

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

    26

    主题

    905

    回帖

    1942

    积分

    金牌会员

    积分
    1942
    发表于 2011-10-30 00:11:00 | 显示全部楼层
    -bash: svn: command not found
    ____________________________________
    没装SVN
    apt-get -y install subversion
    您需要登录后才可以回帖 登录 | 立即注册

    论坛客服/商务合作/投诉举报:2171544 (QQ)
    落伍者创建于2001/03/14,本站内容均为会员发表,并不代表落伍立场!
    拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!
    落伍官方微信:2030286 邮箱:(djfsys@gmail.com|tech@im286.com)
    © 2001-2014

    浙公网安备 33060302000191号

    浙ICP备11034705号 BBS专项电子公告通信管[2010]226号

      落伍法律顾问: ITlaw-庄毅雄

    Archiver|手机版|Discuz! X

    GMT+8, 2026-6-14 14:02 , Processed in 0.022200 second(s), 4 queries , Gzip On, Redis On.

    返回顶部