ngx_ssl_dhparam and dh1024_p (no replies)
Hi All,ngx_event_openssl.c hs the following around line 535:ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file){.../** -----BEGIN DH PARAMETERS-----*...
View ArticleNginx FastCGI cache for vBulletin (2 replies)
Hi,Did somebody manage to implement Nginx FastCGI cache for vBulletin 4?I've read several similar links about...
View Article[SSL] Initial Connection takes very long time (4 replies)
Hi,I'm using nginx 1.5.7 for SSL termination for my websites (no encryption betwwen nginx-origin servers).This is my test result: http://www.webpagetest.org/result/131209_M2_BYF/1/details/ you can see...
View ArticleRe[2]: Nginx FastCGI cache for vBulletin (no replies)
--- Original message ---From: "ivanp" <nginx-forum@nginx.us>Date: 9 December 2013, 10:38:02> Done that already. Actually using Zend OPcache + Memcached, it is better> than XCache.>>...
View ArticleGoogle Analytics with nginx reverse proxy (3 replies)
I am using NGINX as reverse proxy and forward the traffic to Apache server where Google Analytics is configured. I have configured proxy_set_header and from Apache server I can view users IP address....
View Articlelocation configuration? (2 replies)
I'm reading through the nginx architecture document athttp://www.aosabook.org/en/nginx.html.The location configuration is called out in a few places. For example:Phase handlers typically do four...
View Articlesent_http_HEADER Volatile under Nginx 1.2.4 (7 replies)
I’m in the process of making some amends to an environment, where my upstream servers are sending a custom header (X-No-Cache), which I need to detect and alter caching rules within the...
View ArticleProxy Pass Redirect Problem (3 replies)
Not sure if this is my configuration causing this symptom or openresty.Here is whats happening.If I try to access the store "admin"via: http://mysite.com/adminI am getting proxy redirects sent to my...
View ArticleSSL OCSP stapling won't enable (6 replies)
According to ssllabs.com SSL OCSP stapling is not enabled, even though I have the following in my http block:ssl_stapling on;ssl_stapling_verify on;ssl_trusted_certificate...
View Articlenew ngx_resolver changes breaks modules (1 reply)
While back porting ngx_resolver changes by Ruslan Ermilov I get these errors:error C2039: 'type' : is not a member of 'ngx_resolver_ctx_s'error C2440: '=' : cannot convert from 'ngx_addr_t' to...
View Article[ANN] ngx_openresty mainline version 1.4.3.7 released (2 replies)
Hello folks!I am happy to announce that the new mainline version of ngx_openresty,1.4.3.7, is now released:http://openresty.org/#DownloadThanks all our contributors for making this happen!The...
View ArticleProxy_cache or direct static files ? (6 replies)
Hello,I don't quite understand what I could get from caching with proxy_cache vs serving static files directly.Everywhere people tend to say that it is better to cache, but isn't caching the same as...
View Articlehello (2 replies)
Hello, I have a nginx server is enabled.And I have a file called htaccessThe file should cause to allowing accessed only from Israel.But the file does not work,I realized that it is related to nginx...
View ArticleNo SPDY support in the official repository packages (2 replies)
Hi,Nginx 1.4.0 added support for SPDY to the stable version, so my question is why is SPDY not enabled in the packages from the Nginx official repository?I'm explicitely talking about the Centos...
View ArticleProxy_pass remote nginx server (1 reply)
Hi,i have 2 nginx server, one with my main site(www.site.com) and other nginx server with my blog(www.site2.com).My nginx server 1 have this configurarion: on location /blog/ i have a (proxy_pass) to...
View Articlegzip proxy query (2 replies)
HiIf 'gzip off;' on front-end but a proxy_pass to backend gives a gzippedresponse, will the front-end decompress it before proxy to...
View ArticleOptimizing NGINX TLS Time To First Byte (TTTFB) (6 replies)
FYI:http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/We started with a ~1800ms overhead for our TLS connection (nearly 5 extraRTTs); eliminated the extra certificate roundtrip...
View ArticleOverride index.php for a subdirectory (2 replies)
Hi.I need to override default index file for a subdirectory only.My actual config (pretty much ubuntu's default):server {listen 80 default_server;root /var/www;index index.php index.html...
View Articlengx_conf_t args count (2 replies)
From Miller's http://www.evanmiller.org/nginx-modules-guide.html, section 5.2:ngx_http_upstream_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf){ngx_http_upstream_srv_conf_t...
View Articlenginx-1.5.8 (7 replies)
Changes with nginx 1.5.8 17 Dec 2013*) Feature: IPv6 support in resolver.*) Feature: the "listen" directive supports the "fastopen" parameter.Thanks to Mathew Rodley.*) Feature: SSL support in the...
View Article