diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 04:07:47 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-16 05:51:06 +0200 |
commit | 30c52c6fd758059604b44564384ae919940cf994 (patch) | |
tree | 8025ab2ea4a4e69457ad1b9233dd45fb43fc4cae /roles/lists/files/etc/sympa | |
parent | 655e051437391797e0e6a152e650c80b2517a723 (diff) |
antilop: Upgrade baseline to Debian 10.
Diffstat (limited to 'roles/lists/files/etc/sympa')
-rw-r--r-- | roles/lists/files/etc/sympa/sympa/sympa.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/roles/lists/files/etc/sympa/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa/sympa.conf index 0e88baf..94182cd 100644 --- a/roles/lists/files/etc/sympa/sympa/sympa.conf +++ b/roles/lists/files/etc/sympa/sympa/sympa.conf @@ -17,16 +17,20 @@ wwsympa_url http://lists.fripost.org/sympa max_wrong_password 19 ## Directory for storing static contents (CSS, members pictures, documentation) directly delivered by Apache -static_content_path /var/lib/sympa/static_content +static_content_path /usr/share/sympa/static_content ## URL mapped with the static_content_path directory defined above static_content_url /static-sympa -css_url /static-sympa/css +css_url /css-sympa +css_path /var/lib/sympa/css + +pictures_path /var/lib/sympa/pictures +pictures_url /pictures-sympa ## Secret used by Sympa to make MD5 fingerprint in web cookies secure ## Should not be changed ! May invalid all user password -cookie `head -n1 /etc/sympa/cookie` +cookie `/usr/bin/head -n1 /etc/sympa/cookie` ## Who is able to create lists ## This parameter is a scenario, check sympa documentation about scenarios if you want to define one |