summaryrefslogtreecommitdiff
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:14 -0400
commitba6a599ce4e363cdce2d4cc439ce57436fb194fb (patch)
tree2a6a589828ac72705e7978b61ce8f2820827e8d3
parentf70a733abc7eb9b585e11be1167513d972f9d419 (diff)
[1.7.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.
Thanks Keryn Knight for the report. Backport of 4b0a45ce64 from master
-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 b1eaf8c98e..e0af9676f4 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/