Rename default.conf to example.com
This should encourage users to keep the config files indexed by domain name
This commit is contained in:
parent
d457683f6e
commit
9971b604ea
|
@ -81,6 +81,6 @@ http {
|
||||||
gzip_disable "MSIE [1-6]\.";
|
gzip_disable "MSIE [1-6]\.";
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
||||||
include sites-enabled/*.conf;
|
include sites-enabled/*;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue