Mighty WCMS website hosted in Thunix

This commit is contained in:
Blade of Darkness 2020-01-04 01:55:26 +00:00
parent f8d2b8679a
commit f980079113
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<VirtualHost *:80>
ServerAdmin naglfar@thunix.net
ServerName mightywcms.thunix.net
ServerAlias mightywcms.thunix.cf
DocumentRoot /home/naglfar/tildegit/MightyWCMS/
ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log
CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>

View File

@ -87,3 +87,8 @@
copy:
src: ../files/etc/apache2/sites-available/wiki.thunix.net.conf
dest: /etc/apache2/sites-available/wiki.thunix.net.conf
- name: Deploy apache site conf for mightywcms.thunix.net
copy:
src: ../files/etc/apache2/sites-available/mightywcms.thunix.conf
dest: /etc/apache2/sites-available/mightywcms.thunix.conf