Re: Strange redirects
From IRC... It looks "http://aaaaa.bbbb.cc/subpage" is the referer. So looks like there is nothing to worry. Let me know if it does not look rigth to you? For now Case Solved.
View ArticleRe: Strange redirects
Just in case someone else has similar issue. I found also that after migration I left my default site listening on test port so this contributed also to the redirects.
View Articlenginx upstream call twice on local tomcat
I'm using Nginx upsteam to 4 servers. This is my configuration. update api_sever { server server1:8080 weight=1; server server2:8080 weight=1; server server3:8080 weight=1; server server4:8080...
View ArticleRe: nginx upstream call twice on local tomcat
Without specifying a balance method such as 'hash'/'leastconn' a server which has the best response time is chosen more often then those who's response time are higher.
View ArticleRe: nginx upstream call twice on local tomcat
http://nginx.org/en/docs/http/load_balancing.html In this document, round-robin is defaults. Can I find other documents?
View ArticleNginx and subdomains
Hi, I'm having a problem with my nginx server. I have configured a default domain and i have 7 more domains with different configurations, because the have different uses. The problem is that nginx...
View ArticleDuplicated Header 400 Error - Help
Hi Everyone, I have a terry strange issue i'm dealing with right now. For about 0.09% of the traffic we get a 400 (Duplicated Header ) Error from Nginx. I don't really run a very standard setup but i...
View Articleerror nginx
Hello, i'm new on this forum. I have a problem whit a server Debian 8. I have installed nginx with apt-get install nginx and it's ok, but if i execute the command: curl localhost i have this erro:...
View ArticleNginx Error - Transport Endpoint is Not Connected
Hi, We are observing below error in Nginx Error Log. At same time we see sudden spike in Active & Waiting Connection from 3k to 13-15k for a while which comes back to normal within a minute. We...
View Articlehow to host a multiple site with single server name(ex:sub-directory)
Hi Team, how to host a multiple site with single server name(ex:sub-directory).i ll give you the example URL like that i need to configure to my nginx server. Ex : http://192.168.x.x/web/drupal1...
View ArticleWorking of the function ssl_stapling_verify
I have a question regarding the "ssl_stapling_verify" function. I hope there are some people here that can help me. The function is documented as : "Enables or disables verification of OCSP responses...
View ArticleERR_SPDY_PROTOCOL_ERROR on Chrome Browser loading .css files
Hi All I am running Nginx 1.10.0 on Ubuntu 16.04 Since last week I am getting ERR_SPDY_PROTOCOL_ERROR loading 2 .css files from my site and it only occurs on Chrome. I tested on Firefox and Safari and...
View ArticleRe: Duplicated Header 400 Error - Help
Hi bbogdan, I am working now on this configuration: Nginx Reverse Proxy => Imperva WAF May I ask you to help me, how you configure this chain?
View ArticleNginx proxy to Imperva WAF
Hi, I am working now on: Nginx proxy => ImpervaWAF(on AWS). Maybe someone has the same one or the similar configuration. Can this configuration work?
View ArticleIncorrect time when using directory listing
I have an problem wich I'am not able to fix. It is far from a show stopper, but it would be nice if i could solve this problem. When using directory listing, nginx show's time that is two hours...
View ArticleRe: ERR_SPDY_PROTOCOL_ERROR on Chrome Browser loading .css files
There have been some bug fixxes regarding http2 since your version (http://nginx.org/en/CHANGES). I'am running NGiNX stable (1.12.0, http://nginx.org/en/linux_packages.html#stable) on ubuntu 16.04,...
View ArticleRe: ERR_SPDY_PROTOCOL_ERROR on Chrome Browser loading .css files
Thanks Wilfried I will try moving up to 1.12 been meaning to do it and think it's time now. I did eventually trace my current issue with the two CSS files not loading down to an issue with Nginx...
View ArticleAn clarification about include directives (newbie)
In the conf file I see: include "path" (with " char) and include path (without ") When I have to use these format? Thanks in advance
View Article505 HTTP 1.1 Version not supported
Hi Team, I am using nginx-1.12.0-1.el6.ngx.x86_64 version for a specific GET request i am getting the below error > GET /rio/active/isid/2257226584/segmentid/21465/batchid/999999 HTTP/1.1 >...
View Articlenginx stops after 16 minutes exactly...
nginx stops after 16 minutes exactly...or php-fpm..i don't know what is the problem after i do restart and wait 16 minutes i get the error 502 bad gateway...i been trying to fix this problem for 3...
View Article