summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/doc/source/deployment.rst')
-rw-r--r--askbot/doc/source/deployment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/deployment.rst b/askbot/doc/source/deployment.rst
index 1ca7553f..2d9403d8 100644
--- a/askbot/doc/source/deployment.rst
+++ b/askbot/doc/source/deployment.rst
@@ -83,7 +83,7 @@ Settings below are not perfect but may be a good starting point::
#aliases to serve static media directly
#will probably need adjustment
- Alias /static/ /path/to/django-project/static/
+ Alias /m/ /path/to/django-project/static/
Alias /upfiles/ /path/to/django-project/askbot/upfiles/
<DirectoryMatch "/path/to/django-project/askbot/skins/([^/]+)/media">
Order deny,allow