Top "Nginx" questions

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

Forward request headers from nginx proxy server

I'm using Nginx as a proxy to filter requests to my application. With the help of the "http_geoip_module" …

nginx proxy http-headers
"configuration file /etc/nginx/nginx.conf test failed": How do I know why this happened?

I'm an nginx noob trying out this this tutorial on nginx 1.1.19 on ubuntu 12.04. I have this nginx config file. When …

nginx
Nginx subdomain configuration

I have nginx acting as a reverse proxy to apache. I now need to add a new subdomain that will …

nginx subdomain
nginx: send all requests to a single html page

Using nginx, I want to preserve the url, but actually load the same page no matter what. I will use …

javascript nginx history
Locate the nginx.conf file my nginx is actually using

Working on a client's server where there are two different versions of nginx installed. I think one of them was …

macos nginx sysadmin
Nginx Different Domains on Same IP

I would like to host 2 different domains in the same server using nginx. I redirected both domains to this host …

nginx dns
Why is nginx responding to any domain name?

I have nginx up and running with a Ruby/Sinatra app and all is well. However, I'm now trying to …

nginx
Could not create work tree dir 'example.com'.: Permission denied

I have got a virtual private server with nginx Virtual Hosts setup (Server Blocks). I've installed Git and got my …

git github nginx ssh vps
How to configure nginx to enable kinda 'file browser' mode?

Once I've seen this before when I type a URL http://test.com/test/, instead of give me a html …

nginx
How to make nginx to listen to server_name:port

In my nginx conf file, I have : listen 80; server_name $hostname; however if I do netstat I see that it …

nginx config