Top "Nginx" questions

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

From inside of a Docker container, how do I connect to the localhost of the machine?

So I have a Nginx running inside a docker container, I have a mysql running on localhost, I want to …

nginx docker reverse-proxy docker-networking
NGinx Default public www location?

I have worked with Apache before, so I am aware that the default public web root is typically /var/www/. …

nginx
Where can I find the error logs of nginx, using FastCGI and Django?

I'm using Django with FastCGI + nginx. Where are the logs (errors) stored in this case?

django nginx fastcgi error-log
Nginx 403 error: directory index of [folder] is forbidden

I have 3 domain names and am trying to host all 3 sites on one server (a Digital Ocean droplet) using Nginx. …

configuration nginx http-status-code-403 domain-name
How to clear the cache of nginx?

I use nginx to as the front server, I have modified the CSS files, but nginx is still serving the …

css nginx caching server nginx-cache
Node.js + Nginx - What now?

I've set up Node.js and Nginx on my server. Now I want to use it, but, before I start …

node.js nginx concept
NGINX: upstream timed out (110: Connection timed out) while reading response header from upstream

I have Puma running as the upstream app server and Riak as my background db cluster. When I send a …

nginx timeout puma
Nginx no-www to www and www to no-www

I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can't get …

redirect ubuntu nginx rackspace no-www
nginx error connect to php5-fpm.sock failed (13: Permission denied)

I update nginx to 1.4.7 and php to 5.5.12, After that I got the 502 error. Before I update everything works fine. nginx-error.…

unix nginx php
How to start nginx via different port(other than 80)

Hi I am a newbie on nginx, I tried to set it up on my server(running Ubuntu 4), which already …

ubuntu nginx