summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>