From 4b0a45ce64bfa1ce39d963738ffb0af57f4517e5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 23 Oct 2014 08:15:54 -0400 Subject: [PATCH] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config. Thanks Keryn Knight for the report. --- docs/howto/deployment/wsgi/modwsgi.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index 7d85052e3b..4f805c7c2c 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -133,8 +133,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/