瀏覽代碼

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
 

Loading…
取消
儲存