Add missing apache2 modules for forgejo
This commit is contained in:
parent
f27a0901c5
commit
c3ebf02781
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue