1 |
WSGIScriptAlias /pootle /usr/share/pootle/wsgi.py |
2 |
<Directory /usr/share/pootle> |
3 |
Order deny,allow |
4 |
Allow from all |
5 |
</Directory> |
6 |
|
7 |
Alias /pootle/html /usr/share/pootle/html |
8 |
<Directory /usr/share/pootle/html> |
9 |
Order deny,allow |
10 |
Allow from all |
11 |
</Directory> |
12 |
|
13 |
Alias /pootle/export /var/lib/pootle/po |
14 |
<Directory "/var/lib/pootle/po"> |
15 |
Order deny,allow |
16 |
Allow from all |
17 |
</Directory> |
18 |
|
19 |
<IfModule mod_deflate.c> |
20 |
<location /pootle/html> |
21 |
SetOutputFilter DEFLATE |
22 |
</location> |
23 |
<location /pootle/export> |
24 |
SetOutputFilter DEFLATE |
25 |
</location> |
26 |
</IfModule> |