summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Turian <turian@gmail.com>2010-02-17 21:06:04 -0500
committerJoseph Turian <turian@gmail.com>2010-02-17 21:06:04 -0500
commita6f7af65b929d2dfb86ab22d341d7ef6707c62a2 (patch)
treea8c95b92096dc25cd29c26a1bb9c57f44799ea3e
parent9169bfd7ec7fba05bf9cc9bb30a0e023df58b5fc (diff)
downloadaskbot-a6f7af65b929d2dfb86ab22d341d7ef6707c62a2.tar.gz
askbot-a6f7af65b929d2dfb86ab22d341d7ef6707c62a2.tar.bz2
askbot-a6f7af65b929d2dfb86ab22d341d7ef6707c62a2.zip
Another fix to INSTALL.webfaction
-rw-r--r--INSTALL.webfaction3
1 files changed, 2 insertions, 1 deletions
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
<Directory "/home/USERNAME/webapps/osqa_server/projects/MYOSQA/templates/content">
# Order deny,allow
# Allow from all