Re: Upstream on Windows 60 second delay
Didn't maxim explain it was a config mistake? which also includes the v6 error, if you have a separate v6 issue I'd like to see that specific errorlog.
View ArticleRe: Upstream on Windows 60 second delay
Try adding to your server block:large_client_header_buffers 4 64k;This solved it for me.
View ArticleRe: Upstream on Windows 60 second delay
itpp2012,i believe my issue is not separate from the ipv6 issue.In any case the errorlog for the ipv6 problem is the same:2014/01/30 10:32:32 [error] 6760#3604: *1 upstream timed out (10060: A...
View ArticleRe: Upstream on Windows 60 second delay
This might give some more insight: http://mgalgs.github.io/2013/05/04/localhost-considered-harmful.html
View ArticleRewrite
I hope someone can help me with this.I have a script in a domain called domain.com then the rewrite rules is in domain.com/clients/api and the rewrite rules is made from apache which is .htaccess and...
View ArticleRe: Rewrite
Tried this but not working:location /clients/api {try_files $uri $uri/ /index.php;}Any more ideas?
View ArticleNginx set proxy_send_timeout only if url has specific param in it
Hello!I am new with nginx and learning it for now :), I need some help with set proxy_send_timeout, I need to set this only if url has 'stime' in proxy here is what I am doing:if ($arg_stime !=...
View ArticleSSL in nginx
Hi All,I have installed nginx with SSL, configured with Self Signed Certificate issues nginx starts without any . while accessing the context with https I am below error "...
View ArticleDomain is redirected to www.----, I don't know why, I need to stop it
Hi,Thank you for any help on this matter.I've enabled debugging output for the error.log, and here is a snippet: http://pastebin.ca/2662543 (attached here as well)As is shown there, the address seems...
View ArticleRe: Domain is redirected to www.----, I don't know why, I need to stop it
Solved, and not at all nginx-related. There was a funny little redirection method in the rails app that wasn't expecting "dev2".
View ArticleLimit connections for all servers in http but one server without limits
Добрый день!Задача: Ограничить подключение ко всем vhost'ам общим числом подключений (скажем 100, и неважно, будет ли это 100 человек к 100 vhost'ам, или один человек сожрет 100 подключений к 1...
View ArticleRe: Limit connections for all servers in http but one server without limits
Translate:I want to limit connections via limit_conn_zone. But I need one limit_conn_zone for all servers, exclude one. I don't care 100 connections to 100 servers from 100 people or 100 connections to...
View ArticleNginx offloading SSL and Tomcat to understand if the request was initally on...
Good day all,i have an issue with NGINX correctly managin my tomcat as reverse proxy.1 istance of Tomcat is managing an application that was originally direct connected to port 80/443.Application to...
View ArticleRe: Nginx offloading SSL and Tomcat to understand if the request was initally...
See http://nginx.org/en/docs/http/ngx_http_realip_module.html
View ArticleRe: Nginx offloading SSL and Tomcat to understand if the request was initally...
Oh, well,i see real-ip, i'm not sure i will see also the real url requested: http://site or https://siteI need that one, not exactly which one is contacting me, but how it does.thank you.
View ArticleRe: Nginx offloading SSL and Tomcat to understand if the request was initally...
You should see that in the logfiles.
View ArticleNginx and php error
Hello,I have a phpnuke site, When i enter the admin area and try to submit a new post, it shows the following errors :Warning: Invalid argument supplied for foreach() in...
View ArticleImprove the Leverage browser caching
I want to increase the score of our website on http://developers.google.com/speed/pagespeed/insights/.The current score is 71/100.It shows the item to be fixed is Leverage browser caching.To fix the...
View ArticleNginx + php-fpm and multi-domain
I have 3 domain name, 1 server and 1 IPv4 and 1ipv6. I’ve set a record to my ipv4 (I doesn’t use IPv6 right now). My 3 sites use Wordpress. I have configured Nginx, and php-fpm for a...
View Article