summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-10 20:00:02 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-02-10 20:00:02 -0500
commit151da132a6dcec9144847f98a3c6887fb292c890 (patch)
tree778d43d44aa34f0ecc0cfcb43962ced8e9f023e9
parentd97cdc198952f3286c027459b4e37cc0a94361f3 (diff)
downloadaskbot-151da132a6dcec9144847f98a3c6887fb292c890.tar.gz
askbot-151da132a6dcec9144847f98a3c6887fb292c890.tar.bz2
askbot-151da132a6dcec9144847f98a3c6887fb292c890.zip
fixed INSTALL file
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8a1deaad..f70b3ec7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -149,9 +149,9 @@ WSGIPythonEggs /var/python/eggs #must be readable and writable by apache
#force all content to be served as static files
#otherwise django will be crunching images through itself wasting time
- Alias /media/ /path/to/osqa-site/forum/media/
- Alias /ufiles/ /path/to/osqa-site/forum/upfiles/
- <Directory /path/to/osqa-site/forum/media>
+ Alias /m/ /path/to/osqa-site/forum/skins/
+ Alias /upfiles/ /path/to/osqa-site/forum/upfiles/
+ <Directory /path/to/osqa-site/forum/skins>
Order deny,allow
Allow from all
</Directory>