Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyC…
…hris for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Dec 30, 2010
1 parent 946e87d commit aff5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/deployment/modwsgi.txt
Expand Up @@ -83,7 +83,7 @@ file. All other URLs will be served using mod_wsgi::
Alias /robots.txt /usr/local/wsgi/static/robots.txt
Alias /favicon.ico /usr/local/wsgi/static/favicon.ico

AliasMatch /([^/]*\.css) /usr/local/wsgi/static/styles/$1
AliasMatch ^/([^/]*\.css) /usr/local/wsgi/static/styles/$1

Alias /media/ /usr/local/wsgi/static/media/

Expand Down

0 comments on commit aff5c46

Please sign in to comment.