fix examples/nginx.conf

This commit is contained in:
benoitc 2013-12-11 11:19:35 +01:00
parent fd3180445f
commit 69ab24b589

View File

@ -1,5 +1,5 @@
# This is example contains the bare minimum to get nginx going with
# Gunicornservers.
# Gunicornservers.
worker_processes 1;
@ -111,10 +111,8 @@ http {
# Try to serve static files from nginx, no point in making an
# *application* server like Unicorn/Rainbows! serve static files.
if (!-f $request_filename) {
proxy_pass http://app_server;
break;
}
proxy_pass http://app_server;
}
# Error pages