From a6f7af65b929d2dfb86ab22d341d7ef6707c62a2 Mon Sep 17 00:00:00 2001 From: Joseph Turian Date: Wed, 17 Feb 2010 21:06:04 -0500 Subject: Another fix to INSTALL.webfaction --- INSTALL.webfaction | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.webfaction b/INSTALL.webfaction index 10d5ec78..ea6c1120 100644 --- a/INSTALL.webfaction +++ b/INSTALL.webfaction @@ -275,7 +275,8 @@ Configure Apache2 #force all content to be served as static files #otherwise django will be crunching images through itself wasting time Alias /content/ /home/USERNAME/webapps/osqa_server/projects/MYOSQA/templates/content/ - AliasMatch /([^/]*\.css) /home/USERNAME/webapps/osqa_server/projects/MYOSQA/templates/content/style/$1 + Alias /forum/admin/media/ /home/turian/envs/osqa/lib/python2.5/site-packages/django/contrib/admin/media/ + #AliasMatch /([^/]*\.css) /home/USERNAME/webapps/osqa_server/projects/MYOSQA/templates/content/style/$1 # Order deny,allow # Allow from all -- cgit v1.2.3-1-g7c22