Installing SSL on Nginx (no replies)
Looking for a consultant to assist with installing a SSL certificate on aAmazon EC2 instance running NGINX, Wordpress, & PHP-FPM.Currently we have installed everything but it is causing the WP...
View Articlesudden nginx hang -- restart fails, "98: Address already in use" (1 reply)
Hello, all.About an hour ago, out of the blue, my server stopped responding to webpage requests. We are using nginx + php-fpm on RHEL6.# service nginx statusnginx (pid 31600) is running...# service...
View Articlerestrict by IP for some users (1 reply)
I'd like to restrict access to a server block to authenticated users.Some of the users should be able to access it from any IP and some ofthe users should be blocked unless they are coming from a...
View Articleupstream sent too big header while reading response header from upstream (no...
After I added some CORS headers to my API, one of the users of mynginx-based system complained about occasional errors with:upstream sent too big header while reading response header from upstreamHe...
View ArticleNginxHttpRewriteModule compiled sequence (1 reply)
Hi ,Is there a way to print all the compiled sequences of a rewrite module asdocumented inhttp://wiki.nginx.org/NginxHttpRewriteModuleThis interpreter is a simple stack virtual machine. For example,...
View Articlenginx IMAP hooks (1 reply)
Hello people,I am absolute newbie in the world of nginx. Before I start learning configuration and module writing I want to ensure that what I am trying to do can be done using nginx. I want to have a...
View ArticleRoot ignored for "location = /"? (2 replies)
Hello,I want the index.html file in a particular directory to only be served when the domain's root URI is requested.Using the configserver example.com;index index.html;location = / {root...
View ArticleRe: [nginx-announce] nginx-1.5.10 (no replies)
Hello Nginx users,Now available: Nginx 1.5.10 for Windows http://goo.gl/OCUvut (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View Articlecache-proxy passes garbled fonts + alias problem (no replies)
Hello,* I am on FreeBSD_11-current_amd64, using nginx/1.5.8 both as intranetserver:80 and caching proxy:8080 (squid-like)* I followed this example for the nginx-cache-proxy config...
View ArticleIPv4 & IPv6 combination (no replies)
I have a virtual server with Debian Wheezy and nginx 1.4.4 installed:nginx version: nginx/1.4.4TLS SNI support enabledconfigure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf...
View Article100% CPU Usage (1 reply)
Hi(In first sorry for my english, I'm French)In my Company we work with Trend Micro Deep Security v9.This solution is installed on a 2008R2 SP1 (Virtual Machine) and every week we have a crash; 2...
View Articleacess log over nfs hanging (no replies)
Hello all.I've been using nginx as a reverse proxy and to write access.log filesnamed with variables. I am also using open log file cache.It seems that when some processes are running in the nfs...
View ArticleNo authentication prompt with if block (1 reply)
Authentication works fine if I don't include the if block but I'd liketo allow only a certain user access to this server block. I get a 403in the browser without any prompt for...
View ArticleSSL Question/Error (5 replies)
Hello,i has set my vhost with ssl and has create a certificate on cacert.org.I use the tutorial on:https://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/I has no problems in error log, no in access...
View ArticleProxy to upstream HTTPS server *with different* keys/certs in nginx (no replies)
Is it possible to use a different set of certs for the client side and another set for the upstream server side?My use case is to have different sets of local ssl certs on Nginx. A key/cert pair for...
View Articlefastcgi & index (9 replies)
I've found that if I don't specify:index index.html index.htm index.php;in the server blocks where I use fastcgi, I can get a 403 due to theforbidden directory index. I would have thought...
View Articleminimal fastcgi config for 1 file? (5 replies)
Is it OK to use a minimal fastcgi configuration for a single file like this:location ~ ^/piwik/piwik.php$ {fastcgi_pass unix:/run/php-fpm.socket;include fastcgi_params;}-...
View ArticleMmm.. Subrequests anyone ? (3 replies)
Hello !I am not sure that I understood this sentence from http://www.aosabook.org/en/nginx.html :"However, nginx goes further—not only can filters perform multiple subrequests and combine the outputs...
View ArticlePassing Uncontrolled Requests to PHP (2 replies)
Does the wiki example mitigate the "Passing Uncontrolled Requests to PHP" risk?location ~ [^/]\.php(/|$) {fastcgi_split_path_info ^(.+?\.php)(/.*)$;if (!-f $document_root$fastcgi_script_name) {return...
View ArticleProxy pass location inheritance (9 replies)
Hello, we are using NGINX to serve a combination of local and proxied content coming from both an Apache server (mostly PHP content) and IIS 7.5 (a handful of third party .Net applications). The proxy...
View Article