Rename default.conf to example.com

This should encourage users to keep the config files indexed by domain
name
This commit is contained in:
Alessandro Vendruscolo 2012-07-23 12:45:05 +02:00
parent d457683f6e
commit 9971b604ea
2 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ http {
gzip_disable "MSIE [1-6]\.";
gzip_vary on;
include sites-enabled/*.conf;
include sites-enabled/*;
}