Fix: Apache config for default server

This commit is contained in:
Naglfar
2021-12-26 12:13:00 +01:00
parent 8c2715fabb
commit 95c9b75f08
3 changed files with 10 additions and 8 deletions

View File

@@ -15,6 +15,7 @@
src: ../files/etc/apache2/sites-available/{{ item }}.conf
dest: /etc/apache2/sites-available/{{ item }}.conf
loop:
- 000-default
- thunix.net
- www.thunix.net
- ftp.thunix.net
@@ -32,6 +33,7 @@
dest: /etc/apache2/sites-enabled/{{ item }}.conf
state: link
loop:
- 000-default
- thunix.net
- www.thunix.net
- ftp.thunix.net