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:
parent
22adca171d
commit
ddedf07f48
|
@ -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;
|
Loading…
Reference in New Issue