Fixed apache config includes on Ubuntu
This commit is contained in:
parent
e58965fc00
commit
ed65daf9d8
1 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ CustomLog /srv/www/log/http/<%= homename %>/access_log combined
|
||||||
# see README.Debian for details.
|
# see README.Debian for details.
|
||||||
|
|
||||||
# Include generic snippets of statements
|
# Include generic snippets of statements
|
||||||
Include /etc/apache2/conf.d/
|
Include /etc/apache2/conf.d/*.conf
|
||||||
|
|
||||||
# Include the virtual host configurations:
|
# Include the virtual host configurations:
|
||||||
Include /etc/apache2/sites-enabled/
|
Include /etc/apache2/sites-enabled/*.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue