AMH 社区首页
AMH社区 - 开放自由有价值的社区
[综合话题] 新建反代提示nginx: [emerg] unknown directive "subs_filter_types" |
|
---|---|
Yusky |
Yusky 发表于 2013-11-05 15:23:39
本帖最后由 Yusky 于 2013-11-5 15:44 编辑
/usr/local/nginx/sbin/nginx -s reload nginx: [emerg] unknown directive "subs_filter_types" in /usr/local/nginx/conf/proxy/xxx.com.conf:8 server {
listen 80; server_name xxx.com; index index.php index.html index.htm; location / { default_type text/html; subs_filter_types text/css text/xml; 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.baidu.com; proxy_set_header Host www.baidu.com; proxy_pass http://www.baidu.com; proxy_set_header Accept-Encoding "";
点赞,加油! (0分)
2013-11-05 15:23:39 1
|
ringk |
支持 支持 支持给力啊
回复
2013-11-05 15:59:44 2
|
amysql |
少了字符串替换模块,重装AMProxy-2.0吧。
/usr/local/nginx/sbin/nginx -V 看了Nginx安装的参数。
回复
2013-11-06 12:23:11 3
AMH面板 - 好用高效低占用、安全可靠极稳定 |
Yusky |
回复
2013-11-06 12:42:26 4
|
Yusky |
支持经常出现nginx.pid没有那个文件或目录
回复
2013-11-06 12:57:17 5
|
amysql |
回复
2013-11-06 13:09:35 6
|
Yusky |
开启不了了。。呜呜。。。我查询编译的模块。。。。。 之前编译的也不见了。。。TLS SNI也变成不允许 了。。。版本变成 1.2.9了。。蛋疼啊。。。还是不拿这机器搞反代了。。
回复
2013-11-06 13:13:13 7
|
amysql |
之前是不是手动安装过Google_perftools, 有Google_perftools的配置,但没有安装Google_perftools模块,Nginx启动报错。
回复
2013-11-06 13:19:42 8
|
Yusky |
引用: 之前安装过Google_perftools成功了的啊。用了好久了
回复
2013-11-06 13:20:54 9
|
amysql |
已好了。之前Nginx编译过的参数,再次编译加上就好。 Nginx编译失败时可以手动去编译。
回复
2013-11-06 13:51:43 10
|