Cache structs 1.6.x vs 1.8.x (no replies)
Hey Guys,We have been testing Nginx 1.8.x, and We realize that the cache structure for Nginx 1.8.x is not compatible for Nginx 1.6.x. In other words, by updating Nginx 1.6.x to 1.8.x, all the cache...
View Articlepreventing requests with unknown host names (8 replies)
I want to disable processing of all requests that do not have a validhostnameI'm tried to follow the advice...
View Articlelarge_client_header_buffers does not work in in server context (1 reply)
Hello,large_client_header_buffers does not seem to work in server context,however it works fine in http context. Documentation says it should workfor both [1] and looking at the application code it...
View ArticleServer 1 redirects, Server 2 does not (2 replies)
This problem may have been around before I updated to nginx version 1.9.4 but I'm not sure.I have one VPS with two IP addresses. Server 1 redirects port 80 www and non-www to port 443 requests along...
View Articleauto/configure doesn't look for MINGW64 (on MSYS2) (no replies)
Hi there,On MSYS2, with x64 compilers, the "auto/configure" file is not able to find the right environment.$ uname -sMINGW64_NT-10.0But nginx is only looking for MINGW32.Regards,Billy
View ArticleInternal marked 503 error page returns default 404 (no replies)
Hi,I have the following configuration:server {location = /unavailable.html {internal;}try_files $uri =503;error_page 503 /unavailable.html;}My goal is to have all existing files with the exception...
View ArticleOcsp stapling (2 replies)
I have my nginx virtual host set to enable ocsp stapling but it doesn't actually do it. Ssllabs testing reports no. OpenSSL cli testing reports nothing.Nginx v1.8.0Centos 6.7 64bitOpenSSL 1.0.1eI only...
View Article[ANN] Windows nginx 1.9.4.1 Lizard (no replies)
13:03 22-8-2015 nginx 1.9.4.1 LizardBased on nginx 1.9.4 (18-8-2015) with;+ headers-more-nginx-module v0.26 (upgraded 19-8-2015)+ Openssl-1.0.2d+ "Proxy-Authenticate" header for the 407 response+...
View Article[ANNOUNCE] Tengine-2.1.1 released (no replies)
Hi folks,We are very excited to announce that Tengine-2.1.1 (stable version) hasbeen released. You can either checkout the source code from GitHub:https://github.com/alibaba/tengine or download the...
View ArticleBroarcast (1 reply)
Hi,Is there any possibility to broadcast the request to all servers configured in upstream pls.?Best regards,Maddy
View ArticleRe: Broadcast (no replies)
Hi Maddy,There is not support for broadcasting a request to all upstream servers.What is your use case? Perhaps the crowd here can offer a different solution for your use case.sarah> On Aug 24,...
View ArticleGzip vs. sendfile (1 reply)
Hi,From https://www.nginx.com/blog/tuning-nginx/:> Note, however, that because the data never touches user space it’s not subject to the filters in the regular NGINX processing chain. As a result,...
View ArticleClient specified server port (1 reply)
Hi,The return directive allows the use of URLs relative to the server, inwhich case the scheme, server name and port are automaticallyprepended by Nginx.The port is, however, the port on which the...
View Articlefastcgi_max_temp_file_size 0 vs fastcgi_buffering off (2 replies)
Is fastcgi_max_temp_file_size 0; and fastcgi_buffering off; the same ?If no what is the difference between those two
View Articleclient sent too short userid cookie (no replies)
HiI'm getting a lot of "client sent too short userid cookie" errors in error.log. What I see is the following:client sent too short userid cookie "odsp=; odsp=rB4An1Xcv3sLIBgDBjypAg=="And, of course,...
View Articlenginx RFC21266 Compliance - 'Proxy-Connection' (2 replies)
Hi,I’ve posted this question on the IRC before but had no luck. I have the following problem:I’d like to disable the ‘Proxy-Connection’ Response Header. I know, that the “Connection” Header is hard...
View ArticleProxy http to https with client certificate authentication (no replies)
Hello everyone,I posted this to stack-exchange, but this is probably the better place to get a real answer. Long story short, I think we're hitting the SSL renegotiation problem described here:...
View Articleoutstanding fastcgi connections (no replies)
Hi, I have a FASTCGI server listening over UDS to HTTP request from NGINX. For some reason, the requests stopped reaching the FASTCGI server.netstats -nap shows one socket connection in LISTENING state...
View ArticleCreate a single config for multiple Apache virtual hosts. (no replies)
Hi everyone!First time posting here, I have been searching online but have not found any good solutions yet.I am trying to run nginx as reverse proxy for Apache, running multiple virtual hosts...
View Articledisable 301 redirect for directory / use relative redirect / change scheme (6...
Hi,I have this setupbrowser -> ssl proxy -> nginxbrowser to ssl proxy is https onlyssl proxy to nginx is http onlynow i browse to "https://exemple.com/aaa", where aaa is a directory,so nginx send...
View Article