mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 10:30:17 +00:00
Fix: Apache config for default server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user