Add Apache proxy and proxy-http modules
This commit is contained in:
parent
e2b129b4b5
commit
1707c327e0
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,17 @@
|
|||
state: present
|
||||
name: rewrite
|
||||
|
||||
# The proxy and proxy-http modules are required to rewrite /.well-known/
|
||||
# requests to the mail server if the file doesn't exist. This is use to
|
||||
# renew Let's Encrypt certificates.
|
||||
- apache2_module:
|
||||
state: present
|
||||
name: proxy
|
||||
|
||||
- apache2_module:
|
||||
state: present
|
||||
name: proxy-http
|
||||
|
||||
- name: Install Postfix
|
||||
apt:
|
||||
pkg:
|
||||
|
|
Loading…
Reference in a new issue