Changeset - 1707c327e053
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 6 months ago 2023-10-24 02:55:19
ben@sturm.com.au
Add Apache proxy and proxy-http modules
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
deploy/install.yml
Show inline comments
...
 
@@ -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:
0 comments (0 inline, 0 general)