upstream server does not match virtual host (no replies)
Hello, I have a web server (nginx, iis, apache, whatever) on which I access: http://1.1.1.1 => displays default page http://virt1 => displays virtual host 1 (ping virt 1 = 1.1.1.1) When I access...
View ArticleReverse Proxy without backend private key (1 reply)
dear allI want to setup this: client ----------------- https-nginx (443)Â ----------------- https-backend (443) but i don't have private key and i want to cache data...what can i do ?...
View Articlenginx + openssl 1.0.2 increased memory usage (no replies)
Hello, We attempted to upgrade from nginx + openssl 1.0.1 to nginx + openssl 1.0.2, but unfortunately we ran into some memory related issues when running nginx + openssl 1.0.2. When we are running...
View Article[ANN] OpenResty 1.9.7.4 released (1 reply)
Hi folks I am happy to announce the new formal release, 1.9.7.4, of the OpenResty web platform based on NGINX and LuaJIT: https://openresty.org/#Download Both the (portable) source code distribution...
View Articlenginx http2 pictures timeout (4 replies)
Hi All, After I upgrade nginx to 1.9.12 and enabled http2 for my website. I found a wired issue related with download pictures. My website is a photo-sharing websites. So on each page there are about...
View Articlelimit_req is not working with dynamically extracted user address (3 replies)
Hi, if our HTTP block looks like below where we find IP from X-Forwarded-For using perl module it looks like zone and limit_req are not using correct variable $user_real_ip or it is reset right after...
View Articlenginx 1.9.12 proxy_cache always returns MISS (3 replies)
Been playing with this for 2 days. proxy_pass is working correctly but the proxy_cache_path remains empty whatever I make. Here's the source I use for tests: root@NC-PH-0657-10:/etc/nginx/snippets#...
View ArticleNginx proxy_path key zone (2 replies)
The value I specify for the size of my key zone in the proxy_path statement - is that a per-worker memory allocation or a shared memory zone? (i.e. if its 64mb and I have 32 processors, does the zone...
View Articlesites overlap in a EC2 server (3 replies)
Hi, I have an elatic virtual private server (EC2 VPS by Amazon), in which I would like to host two website (ndrini.eu and dradambrosio.eu). The first (ndrini.eu) is a django dinamic website, and the...
View ArticlePlease help rewrite proper parameter (no replies)
Hi, Sometimes, bots are notorious for doing that, arguments are over urlencoded. If someone knew a way to rewrite them back to their normal state, that would be awesome. e.g. Normal URL:...
View ArticleHow to keep alive when upstream 2 internal server nginx (no replies)
This is my config and how i can keep alive request from port *:83 and port *:7082 http{ upstream download_redirect { server 127.0.0.1:80 weight=1; keepalive 20; } server { listen 7082; server_name...
View Articledoes nginx support linger_close as client? (no replies)
Hi guys i run nginx as a proxy, it became a client when connecting to a upstream server. i want to close the connection with SO_LINGER option when i read the full data, because linger_close send RST to...
View Articlenginx seems to just be serving default page (2 replies)
I am brand new to nginx and have it running on a VM (mynginx.example.com) and running. I am trying to get it to serve content under /opt/mysite (where the homepage is located at...
View ArticleThe Fourth International Conference on Digital Information Processing,...
You are invited to participate in The Fourth International Conference on Digital Information Processing, E-Business and Cloud Computing (DIPECC2016) http://sdiwc.net/conferences/dipecc2016/ that will...
View ArticleThe Second International Conference on Electronics and Software Science...
You are invited to participate in *The Second International Conference on Electronics and Software Science (ICESS2016)...
View ArticleVulnerability related Doubts in Nginx (4 replies)
Hi We are running Nginx version 1.8 ( nginx-1.8.1-1.amzn1.ngx.x86_64 ) in our servers. So in the Vulnerability Assessment, Nessus gave report that it is vulnerable. *Current version :-*...
View Articlehello. can someone plz help me with a guide? (1 reply)
Im sitting here trying to install nginx on CentOS 6. but i allways reach an error during the installation now that i follow a guide found on google. If someone could please give a a proper way more...
View Articlesimple auth question for nested sections (no replies)
apologies for the simple question, but i could only find the opposite situation in the list archives and I haven't had to reconfigure some of these routes in years! i have # works location /foo {...
View Article502 Bad Gateway once running php on command line (5 replies)
I have just installed: - FreeBSD 10.2 - Nginx 1.8.1 - PHP 5.5.33 Nginx works fine with PHP that the web sites seems ok to run php pages. However, once I run php on command line (e.g. php -v), the web...
View ArticleCIS NGINX Security Benchmark help (2 replies)
Hello, The Center for Internet Security is looking for some folks to help in the creation of a security benchmark for NGINX. We have a wide range of benchmark guides that are created by the cyber...
View Article