Update 'roles/webserver/files/etc/apache2/sites-available/www.amcclure.tilde.conf'
This commit is contained in:
parent
e4cd450bf4
commit
54b270c578
|
@ -1,7 +1,7 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin amcclure@ttm.sh
|
ServerAdmin amcclure@ttm.sh
|
||||||
ServerName www.amcclure.tilde
|
ServerName www.amcclure.tilde
|
||||||
DocumentRoot /var/www/tilde
|
DocumentRoot /var/www/www.amcclure.tilde
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
<Directorymatch "^/.*/\.git/">
|
<Directorymatch "^/.*/\.git/">
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerAdmin amcclure@ttm.sh
|
ServerAdmin amcclure@ttm.sh
|
||||||
ServerName www.amcclure.tilde
|
ServerName www.amcclure.tilde
|
||||||
DocumentRoot /var/www/tilde
|
DocumentRoot /var/www/www.amcclure.tilde
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
<Directorymatch "^/.*/\.git/">
|
<Directorymatch "^/.*/\.git/">
|
||||||
|
|
Loading…
Reference in New Issue