浏览代码

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 11 年前
父节点
当前提交
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
 

正在加载...
取消
保存