浏览代码

changed http_proxy to proxy_http

merge-requests/1/head
Adam Bardall 5 年前
父节点
当前提交
b69d6ab453
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ansible/roles/ispmail-webmail-apache-roundcube/tasks/main.yml

+ 1
- 1
ansible/roles/ispmail-webmail-apache-roundcube/tasks/main.yml 查看文件

@@ -79,6 +79,6 @@

- name: Enable Apache mod_proxy for rspamd admin web interface
command:
cmd: a2enmod http_proxy
cmd: a2enmod proxy_http
creates: /etc/apache2/mods-enabled/proxy_http.load
notify: restart apache

正在加载...
取消
保存