source: MondoRescue/branches/3.3/ansible/roles/sympa/files/sympa.conf@ 3667

Last change on this file since 3667 was 3667, checked in by Bruno Cornec, 7 years ago

Many updates to MR setup

File size: 337 bytes
Line 
1Alias /static-sympa /var/lib/sympa/static_content
2
3<Directory /var/lib/sympa/static_content>
4 Require all granted
5</Directory>
6
7<IfModule mod_fcgid.c>
8 ScriptAlias /sympa /usr/lib64/sympa/cgi/wwsympa-wrapper.fcgi
9 <Directory /usr/lib64/sympa/cgi>
10 Options ExecCGI
11 Require all granted
12 </Directory>
13</IfModule>
Note: See TracBrowser for help on using the repository browser.