summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-23 08:15:54 -0400
committerTim Graham <timograham@gmail.com>2014-10-23 08:51:19 -0400
commitb087d9b5e6e16a8135e09adf8386e34fbb64d046 (patch)
tree9d5fd06eb0cde942538a118e0c32280feb4816b9 /docs
parent164970bac10a6b9d67bf12cbb00444ec85e51b57 (diff)
[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.
Thanks Keryn Knight for the report. Backport of 4b0a45ce64 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 73ad0b9f6f..828cf6a551 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -136,8 +136,6 @@ will be served using mod_wsgi::
Alias /robots.txt /path/to/mysite.com/static/robots.txt
Alias /favicon.ico /path/to/mysite.com/static/favicon.ico
- AliasMatch ^/([^/]*\.css) /path/to/mysite.com/static/styles/$1
-
Alias /media/ /path/to/mysite.com/media/
Alias /static/ /path/to/mysite.com/static/