Shoooould be the last thing we need to configure
This commit is contained in:
parent
04cc076d5c
commit
30041d16e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user