Root/
1 | <VirtualHost *>␊ |
2 | ␉ServerName dynastie.soutade.fr␊ |
3 | ␊ |
4 | ␉DocumentRoot /home/soutade/dynastie/dynastie/␊ |
5 | ␊ |
6 | ␉WSGIScriptAlias / /home/soutade/dynastie/dynastie/wsgi.py␊ |
7 | ␊ |
8 | ␉Alias /static /home/soutade/dynastie/dynastie/static␊ |
9 | ␊ |
10 | <Directory /home/soutade/dynastie/dynastie>␊ |
11 | ␉␉ <IfVersion < 2.3 >␊ |
12 | ␉␉ ␉ Order allow,deny␊ |
13 | ␉␉␉ Allow from all␊ |
14 | ␉␉ </IfVersion>␊ |
15 | ␉␉ <IfVersion >= 2.3>␊ |
16 | ␉␉ ␉ Require all granted␊ |
17 | ␉␉ </IfVersion>␊ |
18 | ␉</Directory>␊ |
19 | </VirtualHost>␊ |