diff --git a/roles/forgejo/tasks/apache2.yml b/roles/forgejo/tasks/apache2.yml index b4bf867..020bc73 100644 --- a/roles/forgejo/tasks/apache2.yml +++ b/roles/forgejo/tasks/apache2.yml @@ -1,5 +1,5 @@ --- -- name: Enable proxy modules +- name: Enable needed modules become: true community.general.apache2_module: name: "{{ item }}" @@ -7,6 +7,8 @@ with_items: - proxy - proxy_http + - rewrite + - ssl notify: Reload apache2 service - name: Copy vHost conf