From 6799df1e37f604d94b5d65a055919e7e8b214aae Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 Mar 2012 12:45:18 +0100 Subject: Correct path and upgrade documentation --- apache/apache-wsgi.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apache') diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf index 9ff7024..bd6ea55 100644 --- a/apache/apache-wsgi.conf +++ b/apache/apache-wsgi.conf @@ -3,7 +3,8 @@ WSGIDaemonProcess chimere processes=2 maximum-requests=500 threads=1 WSGIProcessGroup chimere WSGIScriptAlias / /var/local/chimere/chimere/apache/django.wsgi - Alias /static "/var/local/chimere/chimere/static" + Alias /static "/var/local/chimere/example_project/static" + Alias /media "/var/local/chimere/example_project/media" Alias /admin-media "/usr/lib/python2.7/dist-packages/django/contrib/admin/media/" Alias /tinymce "/usr/share/tinymce/www" -- cgit v1.2.3