diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-01-13 23:41:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-01-13 23:41:09 +0100 |
commit | 6db5440eebbd418d84428d360e17b52273f4d1d8 (patch) | |
tree | 3dd535e6db4cc94740c768562539a38cbc1fc9ab /roles/lists/templates | |
parent | 7ea3baad594b889f6f7f4e7e4ccc4dc7c0099bc6 (diff) |
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 .
Diffstat (limited to 'roles/lists/templates')
-rw-r--r-- | roles/lists/templates/etc/sympa/robot.conf.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |