Update 'roles/webserver/tasks/apache.yml'
This commit is contained in:
parent
678e3a774b
commit
5b654d338e
|
@ -92,6 +92,11 @@
|
||||||
src: ../files/etc/apache2/sites-available/you.wer.ee.conf
|
src: ../files/etc/apache2/sites-available/you.wer.ee.conf
|
||||||
dest: /etc/apache2/sites-available/you.wer.ee.conf
|
dest: /etc/apache2/sites-available/you.wer.ee.conf
|
||||||
|
|
||||||
|
- name: Deploy Apache2 Site Config ftp.thunix.cf.conf
|
||||||
|
copy:
|
||||||
|
src: ../files/etc/apache2/sites-available/ftp.thunix.cf.conf
|
||||||
|
dest: /etc/apache2/sites-available/ftp.thunix.cf.conf
|
||||||
|
|
||||||
##Mods
|
##Mods
|
||||||
|
|
||||||
#- name: Deploy Apache2 Module Config php7.0.conf
|
#- name: Deploy Apache2 Module Config php7.0.conf
|
||||||
|
|
Loading…
Reference in New Issue