This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
ispmail-buster-ansible
mirror of
http://git.workaround.org/ispmail/ispmail-buster-ansible.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
changed http_proxy to proxy_http
merge-requests/1/head
Adam Bardall
5 years ago
parent
dd51470ada
commit
b69d6ab453
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/roles/ispmail-webmail-apache-roundcube/tasks/main.yml
+ 1
- 1
ansible/roles/ispmail-webmail-apache-roundcube/tasks/main.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save