From b91cb62deb6c2f3e72c4a5dd8004237929056729 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 15 Feb 2022 08:03:59 +0200 Subject: apache_server: allow redirecting a site to another site Sponsored-by: author --- roles/apache_server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/apache_server/tasks') diff --git a/roles/apache_server/tasks/main.yml b/roles/apache_server/tasks/main.yml index e01d01e..c4f348a 100644 --- a/roles/apache_server/tasks/main.yml +++ b/roles/apache_server/tasks/main.yml @@ -67,6 +67,7 @@ name: "{{ item }}" with_items: - ssl + - rewrite - name: create dirs for static site contents file: -- cgit v1.2.1