forked from creativecommons/creativecommons.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini
32 lines (28 loc) · 739 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[app:ccengine]
use = egg:cc.engine#ccengine_app
#filter-with = errors cache
direct_remote_paths =
images /images/
includes /includes/
cc3 /wp-content/themes/cc3
cc4 /wp-content/themes/cc4
cc5 /wp-content/themes/cc5
cc6 /wp-content/themes/cc6
cctheme /wp-content/themes/creativecommons.org
[pipeline:main]
## We've disabled caching on staging...
#pipeline = errors cache ccengine
pipeline = errors ccengine
[filter:errors]
use= egg:Paste#error_catcher
debug = true
error_log = paste_errors.log
[filter:cache]
use = egg:wsgi_cache#middleware
cache_dir = ./cache
cache_paths = /licenses/
directory_index = index.html
[server:main]
use = egg:Flup#fcgi
# host = %(host_ip)s
# port = %(port_number)s