Mighty WCMS website hosted in Thunix
This commit is contained in:
parent
f8d2b8679a
commit
f980079113
|
@ -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>
|
|
@ -87,3 +87,8 @@
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/wiki.thunix.net.conf
|
src: ../files/etc/apache2/sites-available/wiki.thunix.net.conf
|
||||||
dest: /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
|
||||||
|
|
Loading…
Reference in New Issue