HTTP/2 Reverse Proxy (1 reply)
I have Nginx (1.9.12) setup and working fine with HTTP/2 on host-a. I can establish HTTP/2 connections to host-a with any web browser. I also have HTTP/2 and proxypass setup on host-b. I can proxy...
View ArticleHow to check nginx OCSP verification (4 replies)
Hello, I want to configure a server with: ssl_stapling on; ssl_stapling_verify on; What should happen if the ssl_trusted_certificate is (not|mis)configured? How to check nginx is properly configured...
View Articleopenstack swift as a cache proxy for nginx,swift proxy report 401 error when...
hello, everybody. I am trying to find a way to use Openstack swift to cache static file for a web server such as nginx, the below are request step: 1. nginx is configured as a load balance proxy server...
View ArticleNginx caching no header content-length (3 replies)
Hi, I am using nginx(caching server) in front my tomcat. My tomcat is serving header(content-length). But my nginx is not serving header content-length. However, i can put that header in my config with...
View Articleproxy_next_upstream (no replies)
Does the proxy_next_upstream "timeout" apply to both connect timeout and read timeout? Is it possible to configure proxy_next_upstream to use connect timeout only, not the read timeout? In case a...
View Articleupstream prematurely closes cnx => 502 Bad Gateway to client (2 replies)
Nginx’ers, I trying to figure out why I'm randomly are seeing requests having issues with a nginx 1.7.4 when proxying to an upstream pool like: 2016/03/03 10:24:21 [error] 15905#0: *3252814 upstream...
View ArticleHow can nginx login and access swift storage node automatically? (no replies)
Hi, everybody. I am looking for a way to make my nginx server to login swift proxy server automatically, nginx is a web server ,and swift is a cache proxy for nginx ,which can store static file. What...
View ArticleTLS session resumption (identifier) (3 replies)
Hello, Based on the default value of ssl_session_cache <http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_cache>, nginx does not store any session parameter, but allows client...
View ArticleNginx 1.9.11 and OpenSSL 1.0.2G - HTTP2, but no ALPN negotiated. (5 replies)
I have Ubuntu 14.04 with OpenSSL 1.0.2G, Upgraded to Nginx 1.9.11 mainline (PPA) from 1.8.1 stable, because Chrome will drop SPDY in a few months. Better be prepared. Everything went fine, but when I...
View Articlenginx ssl performance (1 reply)
Hi, I want to test the nginx server performance with different server configuration (CPU and RAM etc) I first use apache ab as testing tool, nginx server with 2 CPU and 4G RAM, http test could handle...
View ArticleEntire content is cached but when client pulls a byte range the entire file...
Can the client pull a subset of the content from the cached content? If it can pull a subset of the content via byte range requests can you point me to how to configure nginx to allow this...? This is...
View ArticleTCP Connection (6 replies)
Hi All, If I’m sending this email to wrong list, apologies and give me the good one. I have one embedded application which needs to connect via TCP and send an HTTP request. We run Nginx on Ubuntu...
View ArticleTCP Load Balancing with Proxy Protocol (2 replies)
Hi, Newbie here. Would like to ask if NGINX supports Proxy Protocol. This to expose client IP addresses to the backend nodes. Regards, Chino _______________________________________________ nginx...
View ArticleThis webpage has a redirect loop (ERR_TOO_MANY_REDIRECTS) (no replies)
Hi, My set up is as below: NGINX (reverse proxy) -->IBM WebSeal (redirects to a common login page, after authentication forwards to internal proxy along with the redirected url) --> Internal...
View ArticleThis webpage has a redirect loop (ERR_TOO_MANY_REDIRECTS) (no replies)
Hi, My set up is as below: NGINX (reverse proxy) IBM WebSeal (redirects to a common login page, after authentication forwards to internal proxy along with the redirected url) Internal Proxy (IBM...
View Articlesecure and httponly cookies (10 replies)
Hi, How to mark all the cookies from the backend servers as secure and httponly? Is there some config in NGINX available for this? Thanks, Krishna
View ArticleIs there a length limitation on file extensions? (1 reply)
I am using Nginx to serve a website that hosts a .Net application. The file a user needs to download and that triggers installation is a *.application file, and an MS Internet Information Server...
View Articleproxy_cache_path max_size doesn't work (no replies)
Hi, I'm using nginx as a reverse proxy with caching on a ramdisk /var/cache/nginx is a tmpfs of the size 1800m. And this is my proxy_cache_path line in nginx: proxy_cache_path /var/cache/nginx...
View ArticleNGINX reload memory leak (4 replies)
Hi, I am working on a module for NGINX and am having a problem with memory leaking when using "./nginx -s reload". Everything that is allocated is done so through ngx_palloc or ngx_pcalloc so NGINX...
View ArticleReminder: The 1st Bay Area OpenResty Meetup Tomorrow Evening (no replies)
Hi folks We're going to have the first Bay Area OpenResty meetup tomorrow evening, in CloudFlare's office, as originally planned about one month ago. When: 5:30pm ~ 6:30pm, 9 March 2016 Where: 101...
View Article