Miss 发表于 2015-3-13 14:24:45

各位,谁有nginx反代一键包么!!!

RT。。。


配置太累。。。

各种错误。。。

只需要安装nginx就可以了。不要其余乱七八糟的。。

Feather 发表于 2015-3-13 14:28:18

VPSmate是你最佳选择

Dk2014 发表于 2015-3-13 14:37:53

root用户在root目录编译,如果不是自己改路径
www用户就给个ssl证书的权限吧
可能有错误请指出
[*]wget http://nginx.org/download/nginx-1.7.10.tar.gz
[*]
[*]wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.00.tar.gz
[*]
[*]git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module.git
[*]
[*]tar zxf pcre2-10.00.tar.gz nginx-1.7.10.tar.gz
[*]
[*]cd nginx-1.7.10
[*]
[*]./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6 --add-module=/root/ngx_http_substitutions_filter_module --with-http_sub_module --with-pcre=/root/pcre2-10.00
[*]
[*]make && make install复制代码

Miss 发表于 2015-3-13 14:57:52


Dk2014 发表于 2015-3-13 14:57

root用户在root目录编译,如果不是自己改路径
www用户就给个ssl证书的权限吧
可能有错误请指出
make && make install
报错

# make && make install
make: *** No rule to make target `build', needed by `default'.Stop.

怎么办呢???

Miss 发表于 2015-3-13 15:22:00


Dk2014 发表于 2015-3-13 14:57

root用户在root目录编译,如果不是自己改路径
www用户就给个ssl证书的权限吧
可能有错误请指出
解决了,没安装PCRE库

欧阳逍遥 发表于 2015-3-13 14:57:00

看我签名吧。。。。 很简单啊。。 要啥自行车

psdshow 发表于 2015-3-13 15:41:50


欧阳逍遥 发表于 2015-3-13 15:48

看我签名吧。。。。 很简单啊。。 要啥自行车
当被反代的网站加了gzip压缩时 会导致缓存的css js乱码,页面显示不正常
增加一个参数
[*]proxy_set_header Accept-Encoding "none";复制代码

Miss 发表于 2015-3-13 14:57:00


Dk2014 发表于 2015-3-13 14:57

root用户在root目录编译,如果不是自己改路径
www用户就给个ssl证书的权限吧
可能有错误请指出
又发现错误了。。。。
make && make install

make: *** Error 2

Dk2014 发表于 2015-3-13 15:48:21


Miss 发表于 2015-3-13 16:43

又发现错误了。。。。
make && make install


你这环境也是有点醉,我再看下
页: [1]
查看完整版本: 各位,谁有nginx反代一键包么!!!