aboutsummaryrefslogtreecommitdiff
path: root/nginx_unicorn/nginx.http.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx_unicorn/nginx.http.conf')
-rw-r--r--nginx_unicorn/nginx.http.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/nginx_unicorn/nginx.http.conf b/nginx_unicorn/nginx.http.conf
deleted file mode 100644
index 21bb36e..0000000
--- a/nginx_unicorn/nginx.http.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-
-user http http;
-worker_processes 2;
-
-events {
- worker_connections 1024;
-}
-
-http {
- include mime.types;
- default_type application/octet-stream;
-
- sendfile on;
- tcp_nopush on;
- keepalive_timeout 65;
-
- include /etc/nginx/sites-enabled/*;
-}