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
|
||||
ServerName mightywcms.thunix.net
|
||||
DocumentRoot /var/www/MightyWCMS
|
||||
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/mightywcms/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/mightywcms/access.log combined
|
||||
<Directory /var/www/MightyWCMS>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
|
@ -28,7 +28,7 @@
|
|||
- wiki.thunix.net
|
||||
- lukewarmcat.codes
|
||||
- xerty.lukewarmcat.codes
|
||||
- mightywcms.thunix.net
|
||||
- mightywcms
|
||||
|
||||
- name: Make Apache2 site configs live
|
||||
file:
|
||||
|
@ -49,7 +49,7 @@
|
|||
- wiki.thunix.net
|
||||
- lukewarmcat.codes
|
||||
- xerty.lukewarmcat.codes
|
||||
- mightywcms.thunix.net
|
||||
- mightywcms
|
||||
|
||||
- name: Give permissions for staticadventures.netlib.re to southerntofu
|
||||
file:
|
||||
|
|
Loading…
Reference in New Issue