summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto')
-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/