Remove ServerAlias to avoid duplicate content
This commit is contained in:
parent
0a1d8ea21e
commit
76fb64db54
|
@ -1,7 +1,6 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin naglfar@thunix.net
|
ServerAdmin naglfar@thunix.net
|
||||||
ServerName mightywcms.thunix.net
|
ServerName mightywcms.thunix.net
|
||||||
ServerAlias mightywcms.thunix.cf
|
|
||||||
DocumentRoot /var/www/MightyWCMS
|
DocumentRoot /var/www/MightyWCMS
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
|
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
|
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
|
||||||
|
|
Loading…
Reference in New Issue