Rename host identifier. Group logs into a folder for such host
This commit is contained in:
parent
c328befbc8
commit
1449a0e0ec
|
@ -2,8 +2,8 @@
|
||||||
ServerAdmin naglfar@thunix.net
|
ServerAdmin naglfar@thunix.net
|
||||||
ServerName mightywcms.thunix.net
|
ServerName mightywcms.thunix.net
|
||||||
DocumentRoot /var/www/MightyWCMS
|
DocumentRoot /var/www/MightyWCMS
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
|
ErrorLog ${APACHE_LOG_DIR}/mightywcms/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
|
CustomLog ${APACHE_LOG_DIR}/mightywcms/access.log combined
|
||||||
<Directory /var/www/MightyWCMS>
|
<Directory /var/www/MightyWCMS>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
AllowOverride All
|
AllowOverride All
|
|
@ -28,7 +28,7 @@
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- lukewarmcat.codes
|
- lukewarmcat.codes
|
||||||
- xerty.lukewarmcat.codes
|
- xerty.lukewarmcat.codes
|
||||||
- mightywcms.thunix.net
|
- mightywcms
|
||||||
|
|
||||||
- name: Make Apache2 site configs live
|
- name: Make Apache2 site configs live
|
||||||
file:
|
file:
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
- wiki.thunix.net
|
- wiki.thunix.net
|
||||||
- lukewarmcat.codes
|
- lukewarmcat.codes
|
||||||
- xerty.lukewarmcat.codes
|
- xerty.lukewarmcat.codes
|
||||||
- mightywcms.thunix.net
|
- mightywcms
|
||||||
|
|
||||||
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in New Issue