-
2017-05-16 17:26:27
- nginx - 服务器老是出现502 Bad Gateway?
- nginx+tomcat 集群搭建 但是每天7,8点老是开始出现502 bad Gateway。 能否有人帮我分析下各种情况发生的原因? error.log记录 2014/10/07 07:59:47 [error] 7783#0: *90920 connect() failed (111: Connection r...
-
0
4
701
-
2017-05-16 17:25:30
-
2017-05-16 17:24:49
-
2017-05-16 17:24:25
-
2017-05-16 17:24:22
- Nginx 这两种配置方式有什么不同吗
- 使用 $_GET[‘_url’] as source of URIs: {代码...} 使用 $_SERVER[‘REQUEST_URI’] as source of URIs: {代码...}
-
0
1
748
-
2017-05-16 17:23:37
- ubuntu14.04 - nginx1.8 ubuntu make 编译出错
- {代码...} make[1]: Leaving directory /opt/nginx-1.8.0' make -f objs/Makefile manpage make[1]: Entering directory/opt/nginx-1.8.0' sed -e "s|%%PREFIX%%|/opt/nginx|" \ -e "s|%%PID_PATH%%|/o
-
0
1
943
-
2017-05-16 17:23:26
- nginx - 有个PHP-CGI运行过程的疑惑,求解惑
- php-cgi使用过程有个疑惑,大牛们帮忙解惑一下。 假设场景如下: nginx 监听 192.168.1.101:80,没有php环境 index.php 192.168.1.101::/dev/shm/index.php php-fpm监听 192.168.1.102:90000 存在的困惑是,index...
-
0
3
1118
-
2017-05-16 17:22:23
- Nginx请求转发的问题
- 我想将访问:http://www.demo.com/en/group/index/test 请求转发到: http://www.demo.com/group/index/test?siteId=en;其中国家变量siteId后面的参数en,就是前面url中的/en/,这种规则在Nginx中该怎么写呢? ...
-
0
2
743
-
2017-05-16 17:22:08
- url-rewrite - nginx rewrite冲突解决
- 想要实现的效果是abc.com/hello => abc.com/article.php?link=helloabc.com/en/ => abc.com/index.php?lang=enabc.com/en/hello => abc.com/article.php?link=hello&lang=en目前的写法是location / .
-
0
1
720
-
2017-05-16 17:21:20
- 管理多台nginx的配置用什么技术方案比较好?
- 公司有多台 nginx,包括生产和测试环境,想弄一个集中的管理平台。管理平台需要提供 Web 访问,开发、运维 可以自己去添加一个二级域名之类的。 这样的话涉及到多台 nginx 的配置下发、reload 载入新配置,用什么...
-
0
1
829