From 1707c327e053d5d53c138bbf81a71019e53ef27c Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 24 Oct 2023 13:53:25 +1100 Subject: [PATCH] Add Apache proxy and proxy-http modules --- deploy/install.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/install.yml b/deploy/install.yml index bf88ad4e..3b24fd59 100644 --- a/deploy/install.yml +++ b/deploy/install.yml @@ -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: