From 30041d16e1cb27d78eb7ebf79dca65319be3a6b6 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 30 Apr 2020 07:26:03 -0500 Subject: [PATCH] Shoooould be the last thing we need to configure --- roles/gitea/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/gitea/tasks/main.yml b/roles/gitea/tasks/main.yml index 25e0f75..87aa87d 100644 --- a/roles/gitea/tasks/main.yml +++ b/roles/gitea/tasks/main.yml @@ -28,10 +28,13 @@ creates: "/etc/apache2/mods-enabled/{{ item }}.load" loop: - proxy + - proxy_http + notify: restart apache - name: Template out vhost template: src: "apache2-vhost-ssl.conf" dest: "/etc/apache2/sites-available/{{ gitea_url }}.conf" + notify: restart apache - name: Create webroot file: state: directory