From 267403fe5d1e1142d54c6d699f8deeac2a3334ec Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 30 Nov 2013 17:28:25 +0100 Subject: Removed the NGinx + Unicorn config files. These files were outdated. Anyways, I think that this kind of files shouldn't be placed in a "dotfiles" repo. --- nginx_unicorn/nginx.http.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 nginx_unicorn/nginx.http.conf (limited to 'nginx_unicorn/nginx.http.conf') 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/*; -} -- cgit v1.2.3