Top "Nginx" questions

Nginx ("engine x") is a web server, reverse proxy, TCP stream proxy and mail proxy, released under a BSD-like license.

Nginx location "not equal to" regex

How do I set a location condition in Nginx that responds to anything that isn't equal to the listed locations? …

regex nginx webserver
What does upstream mean in nginx?

upstream app_front_static { server 192.168.206.105:80; } Never seen it before, anyone knows, what it means?

nginx configuration
How to set the allowed url length for a nginx request (error code: 414, uri too large)

I am using Nginx in front of 10 mongrels. When I make a request with size larger then 2900 I get back …

nginx webserver http-request
Forwarding port 80 to 8080 using NGINX

I'm using LEMP stack and Node JS on my debian server. Nginx works on port 80 and Node JS on 8080. I …

node.js nginx proxy debian
Default nginx client_max_body_size

I have been getting the nginx error: 413 Request Entity Too Large I have been able to update my client_max_…

nginx
nginx - read custom header from upstream server

I am using nginx as a reverse proxy and trying to read a custom header from the response of an …

nginx reverse-proxy
Configure Nginx with proxy_pass

I'm trying to configure Nginx to proxy stuff on a subdomain: dev.int.com I want dev.int.com to …

nginx reverse-proxy proxypass
How to configure Docker port mapping to use Nginx as an upstream proxy?

Update II It's now July 16th, 2015 and things have changed again. I've discovered this automagical container from Jason Wilder: https://…

nginx docker
nginx- duplicate default server error

In my error log i get [emerg] 10619#0: a duplicate default server for 0.0.0.0:80 in /etc/nginx/sites-enabled/mysite.com:4 on Line 4 …

nginx
Increasing 504 timeout error

Is there any way I can make the error 504 gateway timeout longer if so how and where is the file …

nginx timeout fastcgi gateway