mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-20 11:20:18 +00:00
Yeah, that was dumb, fixing apache conf
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerAdmin webmaster@thunix.net
|
ServerAdmin webmaster@thunix.net
|
||||||
ServerName www.thunix.net thunix.tilde
|
ServerName www.thunix.net
|
||||||
|
ServerAlias www.thunix.tilde thunix.tilde
|
||||||
DocumentRoot /var/www/thunix.cf
|
DocumentRoot /var/www/thunix.cf
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user