add apache conf for stats.thunix.net.conf - site ssl remains disabled until certbot is ran for domain
This commit is contained in:
parent
227e79ce18
commit
1f75f576a5
|
@ -77,3 +77,8 @@
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/rpm.thunix.net.conf
|
src: ../files/etc/apache2/sites-available/rpm.thunix.net.conf
|
||||||
dest: /etc/apache2/sites-available/rpm.thunix.net.conf
|
dest: /etc/apache2/sites-available/rpm.thunix.net.conf
|
||||||
|
|
||||||
|
- name: Deploy apache site conf for stats.thunix.net
|
||||||
|
copy:
|
||||||
|
src: ../files/etc/apache2/sites-available/stats.thunix.net.conf
|
||||||
|
dest: /etc/apache2/sites-available/stats.thunix.net.conf
|
||||||
|
|
Loading…
Reference in New Issue