Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.

Thanks Keryn Knight for the report.
This commit is contained in:
Tim Graham 2014-10-23 08:15:54 -04:00
parent 41b337efa0
commit 4b0a45ce64
1 changed files with 0 additions and 2 deletions

View File

@ -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/