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.
This commit is contained in:
AD7six 2012-02-04 10:45:24 +01:00
parent 22adca171d
commit ddedf07f48
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pid logs/nginx.pid;
http { http {
# Set the mime-types via the mime.types external file # Set the mime-types via the mime.types external file
include nginx-mime.types; include mime.types;
# And the fallback mime-type # And the fallback mime-type
default_type application/octet-stream; default_type application/octet-stream;