Nginx ("engine x") is a lightweight, high-performance HTTP server, reverse proxy and mail proxy, released under a BSD-like license.
189
votes
5answers
49k views
node.js + nginx - And now?
I've set up node.js and nginx on my server. Now I want to use it, but, before I start there are 2 questions:
How should they work together? How should I handle the requests?
There are 2 concepts for ...
112
votes
16answers
57k views
Apache vs nginx vs lighttpd? Which is simpler to configure and administer? [closed]
Apache vs nginx vs lighttpd? Which is simpler to configure and administer?
A bit more context, in case this question is too general: the uses I have in mind are running Django and serving static ...
108
votes
3answers
94k views
How do I prevent a Gateway Timeout with Nginx
I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some data via XML which I will process and then return some status codes for each node that was sent ...
45
votes
2answers
6k views
Why use Mongrel2?
I'm confused what purpose Mongrel2 serves/provides that nginx doesn't already do.
(Yes, I've read the manual but I must to be too much of a noob to understand how it's fundamentally different than ...
39
votes
4answers
17k views
In production, Apache + mod_wsgi or Nginx + mod_wsgi?
What to use for a medium to large python WSGI application, Apache + mod_wsgi or Nginx + mod_wsgi?
Which combination will need more memory and CPU time?
Which one is faster?
Which is known for being ...
37
votes
2answers
1k views
Twisted server crashes unexpectedly while running django
I am running a django application on twisted using the django-on-twisted scripts from this site.
All requests are served by an nginx server which reverse proxies relevant requests to twisted. I have ...
35
votes
2answers
14k views
Nginx no-www to www and www to no-www
I am using nginx on Rackspace cloud following a tutorial, searched the net and so far can't get this sorted.
I want www.mysite.com to go to mysite.com as normal in .htaccess for seo and other ...
34
votes
7answers
14k views
Can nginx be used as a reverse proxy for a backend websocket server?
We're working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we have two separate "servers" so to speak: our main app running on nginx+passenger, and a ...
30
votes
5answers
43k views
jQuery Upload Progress and AJAX file upload
It seems like I have not clearly communicated my problem. I need to send a file (using AJAX) and I need to get the upload progress of the file using the Nginx HttpUploadProgressModule. I need a good ...
29
votes
4answers
13k views
Is GridFS fast and reliable enough for production?
I develop a new website and I want to use GridFS as storage for all user uploads, because it offers a lot of advantages compared to a normal filesystem storage.
Benchmarks with GridFS served by nginx ...
29
votes
3answers
16k views
Node.js vs PHP processing speed [closed]
I've been looking into node.js recently and wanted to see a true comparison of processing speed for PHP vs Node.js. In most of the comparisons I had seen, Node trounced Apache/PHP set ups handily. ...
27
votes
2answers
7k views
nginx - nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
All of a sudden I am getting the below nginx error
* Restarting nginx
* Stopping nginx nginx
...done.
* Starting nginx nginx
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
...
27
votes
4answers
3k views
nginx, fastcgi and open sockets
I'm experimenting using fastcgi on nginx, but I've run into some problems.
Nginx doesn't reuse connections, it gives 0 in BeginRequest flags, so the application should close the connection after the ...
26
votes
8answers
16k views
nginx - client_max_body_size has no effect
nginx keeps saying client intended to send too large body. Googling and RTFM pointed me to client_max_body_size. I set it to 200m in the nginx.conf as well as in the vhost conf, restarted Nginx a ...
25
votes
6answers
10k views
What web server to use for Lua web development [closed]
What web server (and why) should I use for Lua web development?
24
votes
2answers
7k views
nginx 1.2.0 - socket.io - HTTP/1.1 - Proxy websocket connections
i would like to replace my node-http-proxy module with nginx proxy_pass module. Is it possible with new released nginx version, as i have read, that it supports HTTP/1.1 out of the box. I saw some ...
24
votes
1answer
5k views
How does Nginx handle HTTP requests?
I understand thread driven that Apache uses: every connection opens up a thread and when the response is sent, the thread is closed, releasing the resources for other threads).
But I don't get the ...
23
votes
3answers
7k views
How can I check that the nginx gzip_static module is working?
How can I check that nginx is serving the .gz version of static files, if they exist?
I compiled nginx with the gzip static module, but I don't see any mention of the .gz version being served in my ...
23
votes
2answers
3k views
Passenger hosted Rails app *painfully* slow, but the server is a beast
I have been working to deploy a relatively large Rails app (Rails 2.3.5) and recently doing some load testing we discovered that the throughput for the site is way below the expected level of traffic.
...
20
votes
7answers
21k views
How do you change the server header returned by nginx?
There's an option to hide the version so it will display only nginx, but is there a way to hide that too so it will not show anything or change the header?
20
votes
4answers
9k views
How to avoid nginx “upstream sent too big header” errors?
I'm running nginx, Phusion Passenger and Rails.
I am running up against the following error:
upstream sent too big header while reading response header from upstream, client: 87.194.2.18, server: ...
20
votes
3answers
4k views
What is the difference between Nginx and Unicorn?
I would like to know the difference between Nginx and Unicorn. As far as I understand, Nginx is a webserver while Unicorn is a Ruby HTTP server.
Since both Nginx and Unicorn can handle HTTP requests, ...
20
votes
3answers
4k views
What is the benefit of using NginX for Node.js?
For what I understand Node.js doesnt need NginX to work as a http server (or a websockets server or any server for that matter), but I keep reading about how to use NginX instead of Node.js internal ...
20
votes
5answers
23k views
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 old ones.
I have tried to restart nginx, to no success and I have Googled, but not found a valid way ...
19
votes
4answers
8k views
Serving precompiled assets with nginx
Is it possible to serve precompiled assets with nginx directly? Serving assets dynamically with Rails is like 20 times slower (4000 req/sec vs 200 req/sec in my virtualbox).
I guess it can be done ...
19
votes
3answers
5k views
502 Gateway Errors under High Load (nginx/php-fpm)
I work for a rather busy internet site that is often gets very large spikes of traffic. During these spikes hundreds of pages per second are requested and this produces random 502 gateway errors.
Now ...
18
votes
5answers
12k views
Error: No module named staticfiles
I'm newbie with django, I'm trying to deploy my project on a production server but I'm getting this error:
Error: No module named staticfiles
When trying to start the server:
python manage.py ...
18
votes
1answer
14k views
Tuning nginx worker_process to obtain 100k hits per min
We have a server that is serving one html file.
Right now the server has 2 CPUs and 2GB of ram. From blitz.io, we are getting about 12k connections per minute and anywhere from 200 timeouts in that ...
18
votes
5answers
8k views
How to gracefully restart django running fcgi behind nginx?
I'm running a django instance behind nginx connected using fcgi (by using the manage.py runfcgi command). Since the code is loaded into memory I can't reload new code without killing and restarting ...
18
votes
2answers
3k views
Advantages of a reverse proxy in front of Node.JS
What are the advantages of having nginx or another web-server running as a reverse-proxy in front of the Node.JS? What does it provide?
(This question is intended for matters concerning web-apps, not ...
18
votes
5answers
17k views
nginx upload client_max_body_size issue
I'm running nginx/ruby-on-rails and I have a simple multipart form to upload files.
Everything works fine until I decide to restrict the maximum size of files I want uploaded.
To do that, I set the ...
17
votes
4answers
7k views
Rails sends 0 byte files using send_file
I can't get send_file(Model.attachment.path) to work.
It doesn't fail, instead, it sends a 0 byte size file to the client, the file names are correct though.
This problem started happening after I ...
17
votes
4answers
26k views
Nginx location directive doesn't seem to be working. Am I missing something?
I've set up Nginx as my main web server and have two Mochiweb based servers behind it. Certain requests are reverse-proxied to these two servers.
now, I want to access phpmyadmin (located at ...
17
votes
3answers
3k views
Deploying Django with gunicorn and nginx
This is a broad question but I'd like to get a canonical answer. I have been trying to deploy a site using gnunicorn and nginx in Django. After reading tons of tutorials I have been successful but I ...
16
votes
4answers
38k views
Nginx - Customizing 404 page
Nginx+PHP (on fastCGI) works great for me, but when I enter a path to a PHP file which doesnt exit, instead of getting the default 404 error page (which comes for any invalid .html file), I simply get ...
16
votes
1answer
3k views
duplicate MIME type “text/html”?
I have this in Nginx configuration files
text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
but Nginx give error ...
16
votes
3answers
3k views
nginx + uwsgi: — unavailable modifier requested: 0 --
ubuntu 12.04
nginx 1.2.0
uwsgi 1.0.3
I start uwsgi by the following command:
uwsgi -s 127.0.0.1:9010 -M -t 30 -A 4 -p 4 -d /var/log/uwsgi.log
On each request nginx replies with 502 and uwsgi writes ...
16
votes
1answer
12k views
nginx subdomain configuration
I have nginx acting as a reverse proxy to apache. I now need to add a new subdomain
that will serve files from another directory, but at the same time I want all location and proxy_pass directives ...
15
votes
2answers
5k views
Is 'epoll' the essential reason that Tornadoweb(or Nginx) is so fast?
Tornadoweb and Nginx are popular web servers for the moment and many benchmarkings show that they have a better performance than Apache under certain circumstances. So my question is:
Is 'epoll' the ...
15
votes
5answers
15k views
Nginx rewrite non-www-prefixed domain to www-prefixed domain
I see the Nginx HttpRewriteModule documentation has an example to rewrite a www-prefixed domain to a non-www-prefixed domain:
if ($host ~* www\.(.*)) {
set $host_without_www $1;
rewrite ^(.*)$ ...
15
votes
4answers
5k views
node.js itself or nginx frontend for serving static files?
Is there any benchmark or comparison which is faster: place nginx in front of node and let it serve static files directly or use just node and serve static files using it?
nginx solution seems to be ...
15
votes
3answers
6k views
Jetty, Tomcat, Nginx, Geronimo, Glassfish: I'm confused
As someone new to the Java EE ecosystem, I'm confused with these products which share a tremendous amount of keywords. And half of them come from Apache software foundation.
Can someone address me ...
14
votes
7answers
22k views
Optimize Nginx + PHP-FPM for faster response times (for Openx adserving)
I'm currently running Nginx + PHP-FPM for serving ads on OpenX. Currently my response times are horrible, even during times of low load. However, my CPU and Memory resources are fine, so I can't seem ...
14
votes
2answers
3k views
Why am I getting infinite redirect loop with force_ssl in my Rails app?
I want to have my API controller use SSL, so I added another listen directive to my nginx.conf
upstream unicorn {
server unix:/tmp/unicorn.foo.sock fail_timeout=0;
}
server {
listen 80 default ...
14
votes
2answers
9k views
NGINX to reverse proxy websockets AND enable SSL (wss://)?
I'm so lost and new to building NGINX on my own but I want to be able to enable secure websockets without having an additional layer.
I don't want to enable SSL on the websocket server itself but ...
14
votes
6answers
8k views
Is node.js ready for production use?
Starting a new project. It's basically a blogging/commenting system.
We're considering node.js as the back end server. Is node.js ready for this sort of thing or is it too early and experimental?
...
14
votes
2answers
19k views
How to redirect a url in NGINX
I need to redirect every http://test.com request to http://www.test.com. How can this be done.
In the server block I tried adding
rewrite ^/(.*) http://www.test.com/$1 permanent;
but in browser ...
14
votes
5answers
31k views
nginx 502 bad gateway
I get a 502 Bad Gateway with nginx when using spawn fcgi to spawn php5-cgi.
I use this to span an instance on server start using the following line in rc.local
/usr/bin/spawn-fcgi -a 127.0.0.1 -p ...
14
votes
3answers
2k views
unicorn request queuing
We just migrated from passenger to unicorn to host few rails apps.
Everything works great but we notice via New Relic that request are queuing between 100 and 300ms.
Here's the graph :
I have no ...
13
votes
8answers
17k views
Zend Framework on nginx
The Zend Framework based site I have been working on is now being migrated to its production server. This server turns out to be nginx (surprise!). Naturally the site does not work correctly as it was ...
