ソースを参照

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年前
コミット
22f6228758
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      roles/webmail/tasks/roundcube.yml

+ 1
- 1
roles/webmail/tasks/roundcube.yml ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存