ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

commit 76631c27a03b37043707fdb9cac82c87c652877c
parent f57d0aee153e6d530fc1471b62c4d8c4bf811d7d
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun, 12 Jan 2020 11:17:21 +0100

fix public git repos outside httpd chroot

Diffstat:
Mwebsite.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website.yml b/website.yml @@ -68,7 +68,7 @@ locations: - name: "/*.git*" options: - - "root \"/var/git/public\"" + - "root \"/git/public\"" - server_name: "onna.be" server_aliases: - "www.onna.be"