1 #####################################
2 ### someone"s ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
8 vhost_custom_pre_server: |-
11 location = / {return 301 /sympa;}
13 include fastcgi_params;
14 fastcgi_pass unix:/run/sympa/wwsympa.socket;
17 include fastcgi_params;
18 fastcgi_pass unix:/run/sympa/wwsympa.socket;
21 alias /var/lib/sympa/css;
24 # below maybe needs fixing
25 location /static-sympa/pictures {
26 alias /var/lib/sympa/pictures;
28 location /static-sympa {
29 alias /usr/share/sympa/static_content;