diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-23 08:15:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-23 08:15:54 -0400 |
| commit | 4b0a45ce64bfa1ce39d963738ffb0af57f4517e5 (patch) | |
| tree | 16fd7d42cdcb049d4681a141049f0d365dafe452 /docs | |
| parent | 41b337efa085b6b9cfdb2cf724d977005ff77e75 (diff) | |
Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.
Thanks Keryn Knight for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 2 |
1 files changed, 0 insertions, 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/ |
