Selaa lähdekoodia

Make the .conf change backward compatible

I guess the .conf appendix is a change introduced in apache 2.4.
This change should make it backward compatible with apache 2.2.
Sven Neuhaus 10 vuotta sitten
vanhempi
commit
22f6228758
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      roles/webmail/tasks/roundcube.yml

+ 1
- 1
roles/webmail/tasks/roundcube.yml Näytä tiedosto

@@ -45,6 +45,6 @@
45 45
   - { src: 'etc_roundcube_global.sieve',                                          dest: '/etc/roundcube/global.sieve' }
46 46
 
47 47
 - name: Enable roundcube site
48
-  command: a2ensite roundcube creates=/etc/apache2/sites-enabled/roundcube
48
+  command: a2ensite roundcube.conf creates=/etc/apache2/sites-enabled/roundcube.conf
49 49
   notify: restart apache
50 50
 

Loading…
Peruuta
Tallenna