aboutsummaryrefslogtreecommitdiffstats
path: root/paste.ini
diff options
context:
space:
mode:
Diffstat (limited to 'paste.ini')
-rw-r--r--paste.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/paste.ini b/paste.ini
index 4c6397fa..3ac785ad 100644
--- a/paste.ini
+++ b/paste.ini
@@ -56,6 +56,11 @@ use = egg:Paste#static
document_root = %(here)s/user_dev/theme_static/
cache_max_age = 86400
+[app:plugin_static]
+use = egg:Paste#static
+document_root = %(here)s/user_dev/plugin_static/
+cache_max_age = 86400
+
[filter:errors]
use = egg:mediagoblin#errors
debug = false