From 6db5440eebbd418d84428d360e17b52273f4d1d8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 13 Jan 2023 23:41:09 +0100 Subject: Sympa: Update robot.conf to fix HTTP 421 on virtual hosts. See https://github.com/sympa-community/sympa/issues/879 , https://www.sympa.community/manual/upgrade/notes.html#from-version-prior-to-6256 and https://www.sympa.community/gpldoc/man/sympa_config.5.html#wwsympa_url_local . --- roles/lists/templates/etc/sympa/robot.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/lists/templates/etc/sympa/robot.conf.j2') diff --git a/roles/lists/templates/etc/sympa/robot.conf.j2 b/roles/lists/templates/etc/sympa/robot.conf.j2 index 75687d8..28998e3 100644 --- a/roles/lists/templates/etc/sympa/robot.conf.j2 +++ b/roles/lists/templates/etc/sympa/robot.conf.j2 @@ -1,3 +1,2 @@ -http_host {{ item }} +#wwsympa_url_local https://{{ item }}/sympa wwsympa_url https://{{ item }}/sympa -# wwsympa_url https://lists.fripost.org/{{ item }}/sympa -- cgit v1.2.3