全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 3171|回复: 12

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

[复制链接]
发表于 2011-10-29 20:27:11 | 显示全部楼层 |阅读模式
http://hostloc.wiki/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 ~]#

要怎么做呢?
发表于 2011-10-29 22:19:07 | 显示全部楼层
楼下来
发表于 2011-10-29 22:26:23 | 显示全部楼层
yum 一下svn
 楼主| 发表于 2011-10-29 22:27:41 | 显示全部楼层
配置 nginx.conf

从里面哪里改呢?
发表于 2011-10-29 22:47:57 | 显示全部楼层
mark一下。 我是小白
发表于 2011-10-29 22:51:35 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2011-10-29 23:14:46 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2011-10-29 23:50:14 | 显示全部楼层
发表于 2011-10-30 00:10:21 | 显示全部楼层
加分

mkdir /usr/local/nginx/conf/vhost

vi /usr/local/nginx/conf/vhost/hostloc.conf

  1. server
  2.         {
  3.         listen 80;
  4.         server_name 域名;
  5.                 access_log off;
  6.         location / {
  7.                 proxy_pass http://hostloc.wiki;
  8.                 proxy_set_header X-Real-IP $remote_addr;
  9.                 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  10.                 proxy_set_header Referer http://hostloc.wiki;
  11.                 proxy_set_header Host hostloc.wiki;
  12.                 proxy_set_header Accept-Encoding "";
  13.                 }
  14.         }
复制代码
#Test Nginx configure file
/usr/local/nginx/sbin/nginx -t

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

评分

参与人数 1威望 +3 收起 理由
ppt111 + 3 已经解决这个问题了

查看全部评分

发表于 2011-10-30 16:28:46 | 显示全部楼层
收藏了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-1-20 01:57 , Processed in 0.062528 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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