From ddedf07f48ec2c4c46f9cbc76908bf0d331ab03d Mon Sep 17 00:00:00 2001 From: AD7six Date: Sat, 4 Feb 2012 10:45:24 +0100 Subject: [PATCH] move all server configs into folders easier to organise. We could also possibly then simply add a README file toeach folder rather than use wiki pages - maybe. --- nginx-mime.types => nginx/mime.types | 0 nginx.conf => nginx/nginx.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename nginx-mime.types => nginx/mime.types (100%) rename nginx.conf => nginx/nginx.conf (99%) diff --git a/nginx-mime.types b/nginx/mime.types similarity index 100% rename from nginx-mime.types rename to nginx/mime.types diff --git a/nginx.conf b/nginx/nginx.conf similarity index 99% rename from nginx.conf rename to nginx/nginx.conf index b9c5ddb..3f94335 100644 --- a/nginx.conf +++ b/nginx/nginx.conf @@ -27,7 +27,7 @@ pid logs/nginx.pid; http { # Set the mime-types via the mime.types external file - include nginx-mime.types; + include mime.types; # And the fallback mime-type default_type application/octet-stream;