Top "Nginx" questions

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

Permission denied - nginx and uwsgi socket

Well I am currently trying to get my django application served using nginx and uwsgi. I am currently using a …

django ubuntu nginx uwsgi
Nginx will not start with host not found in upstream

I use nginx to proxy and hold persistent connections to far away servers for me. I have configured about 15 blocks …

nginx http-proxy
How can I tell if my server is serving GZipped content?

I have a webapp on a NGinx server. I set gzip on in the conf file and now I'm trying …

nginx compression gzip
Error: upstream prematurely closed connection while reading response header from upstream [uWSGI/Django/NGINX]

I am currently ALWAYS getting a 502 on a query my users are doing... which usually returns 872 rows and takes 2.07 to …

mysql django nginx amazon-ec2 uwsgi
Simple NGINX log file analyzer

I'm looking for a simple tool to analyze my NGINX logs on my macbook. I want to be able to …

nginx analytics
NGINX $request_uri vs $uri

How do you determine when to use $request_uri vs $uri? According to NGINX documentation, $request_uri is the original …

nginx uri
Enable GZIP for CSS and JS files on NGINX server for Magento

I need to enable gzip compression on nginx server. As I have observed from firfox firebug NET tools, I have …

magento nginx gzip
Error 502 in nginx + php5-fpm

I have some error with subj. Server doesn't high loaded: ~15% CPU, there are several Gb of memory, HDD is not …

nginx fastcgi php
Add nginx.exe as Windows system service (like Apache)?

I set up NGINX as a front end server for static content and I use Apache as a back-end server …

windows service windows-services nginx
How do I set up phpMyAdmin on a Laravel Homestead box?

I installed it by running sudo apt-get install phpymyadmin and then running sudo ln -s /usr/share/phpmyadmin/ /usr/share/…

nginx laravel laravel-4 phpmyadmin