summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
Diffstat (limited to 'apache')
-rw-r--r--apache/apache-wsgi.conf3
1 files changed, 2 insertions, 1 deletions
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"
<Directory "/usr/share/tinymce/www/">