diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-11-30 17:28:25 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-11-30 17:28:25 +0100 |
| commit | 267403fe5d1e1142d54c6d699f8deeac2a3334ec (patch) | |
| tree | 76c3bb69125a9752636c9e63cbf04c7579cda5e5 /nginx_unicorn/nginx.http.conf | |
| parent | f198c41756a408a0b4b4e9769c778fed8abd944f (diff) | |
| download | dotfiles-267403fe5d1e1142d54c6d699f8deeac2a3334ec.tar.gz dotfiles-267403fe5d1e1142d54c6d699f8deeac2a3334ec.zip | |
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.
Diffstat (limited to 'nginx_unicorn/nginx.http.conf')
| -rw-r--r-- | nginx_unicorn/nginx.http.conf | 18 |
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/*; -} |
