Re: Connection refused) while connecting to upstream
The error seemed to go away for a few weeks and now its back so I am back to troubleshooting it. I have not had any luck yet, but yes, the users get a "bad gateway: error messages. I am going to be...
View ArticleSPDY stopped working 1.7.4 and openssl 1.0.1i
Hi,I just downloaded the new release on Openssl 1.0.1i and 1.7.4. Ran ./configure with the same parameters as before (including --with-http_ssl_module and --with-http_spdy_module )Ran nginx with the...
View ArticleRe: SPDY stopped working 1.7.4 and openssl 1.0.1i
Update,Just checked ssllabs.com and they confirmed spdy. Just strange that spdy-indicator doesn't"Next Protocol Negotiation Yes spdy/3.1 http/1.1"
View ArticleIp location rewrite to sample url
Hello everyone, I have a problem. We'll explain everything. I should get a web page via ip, though I should change the 'url. example:I write 123.123.123.123the server returns the pagebut in the browser...
View Articleclient_max_body_size doesn't seems to work
Getting client intended to send too large body error using Nexus with ngnix in log.I put in my nginx.conf:types_hash_max_size 2048;client_max_body_size 200m;Without success.[error] connect() failed...
View ArticleRe: client_max_body_size doesn't seems to work
Began to work in inexplicable way.Thanks.
View ArticleRe: client_max_body_size doesn't seems to work
Now the same error come back any ideias?
View ArticleUsing nginx with supervisor - nginx process launched multiple times
I am using nginx with Supervisor. My supervisord.conf file content is as follows:[supervisord]nodaemon=truelogfile=/var/log/supervisor/supervisord.log[program:nginx]command=/usr/sbin/nginx -c...
View ArticleUnable to ping application
Hey nginx users,I have RoR application running on nginx/passenger. The problem is that sites - its' pingers like newrelic.com, monitor.us sometimes can't reach the application. In the meantime I can...
View ArticleLags with nginx while streaming
Hey guys!i dont know so much about nginx so... i just use it to double stream to twitch and hitbox but if i use it as my server the online stream lags i already set the right twitch and hitbox server...
View Article10485760 of shared memory zone "one" conflicts with already declared size 0
Dear Sir,I'm getting the below error after enabling the reverse proxy on nginx"the size 10485760 of shared memory zone "one" conflicts with already declared size 0 in /etc/nginx/nginx.conf:14"#nginx...
View ArticleNginx - Upstream for Backend Wordpress Blogs
Hi Guys,I have a little issue. I have 4 Servers ( behind a load balancer), but my Main Server was located at Germany. Now i will redirect all traffic via proxy to my main server. All works.But when I...
View ArticleRe: Nginx - Upstream for Backend Wordpress Blogs
No, no restriction on the ip addresses
View ArticleRe: Nginx - Upstream for Backend Wordpress Blogs
Oh my god. Got it. I check again the access log and..127.0.1.1:80 1.2.3.4 - - [29/Sep/2014:11:04:44 +0000] "GET /wp-admin/admin.php?page=options-mediapage=options-media HTTP/1.0" 500OK... "...
View ArticleHow do I access the original request (and port) in ngnix
I have the following network configuration: F5 LB --> 2 NGNIX nodes --> App serverFor server to server calls we sign the request based on scheme, port and uri on the source server and compare...
View ArticleNginx Server Directive Config
I have a webserver that hosts 15 vhosts, all are listening on port 80. I'm in the process of adding another vhost, except this one is listening on both 80 and 443. However, when I add the second server...
View ArticleError 405: Request method 'GET' not supported
I have an installation of OpenERP with Nginx as reverse proxy with a certificate SSL generated by me. To access OpenERP, normally you have to enter the path: http:// ip_server:8069, then I use the...
View ArticleNginx with RTMP Server
HiI'm newbie here. I installed nginx on my windows(64bit). How to set up my own private RTMP server?
View ArticleHow/when does nginx clear resolver connections?
Nginx version: 1.2.9 ( it's actually tengine/2.0.0 but the question is about nginx )This is the config i'm using to create a forward proxy of sorts but i'm having problems.server {default_type...
View Article