|
@@ -25,7 +25,8 @@ worker_processes 8;
|
|
|
|
|
|
# Feel free to change all paths to suite your needs here, of course
|
|
|
# pid /tmp/nginx.pid;
|
|
|
-error_log /tmp/nginx.error.log;
|
|
|
+#error_log /tmp/nginx.error.log;
|
|
|
+error_log /dev/null crit;
|
|
|
|
|
|
events {
|
|
|
worker_connections 4096; # increase if you have lots of clients
|
|
@@ -42,7 +43,8 @@ http {
|
|
|
default_type application/octet-stream;
|
|
|
|
|
|
# click tracking!
|
|
|
- access_log /tmp/nginx.access.log combined;
|
|
|
+ #access_log /tmp/nginx.access.log combined;
|
|
|
+ access_log off;
|
|
|
|
|
|
# you generally want to serve static files with nginx since neither
|
|
|
# Unicorn nor Rainbows! is optimized for it at the moment
|