summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-12 12:45:18 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-12 12:45:18 +0100
commit6799df1e37f604d94b5d65a055919e7e8b214aae (patch)
tree62f3bbab63d013001ef620065677d3e5a22cd935 /apache
parent444e0584735464c3a72733d5bd858abe536454be (diff)
downloadChimère-6799df1e37f604d94b5d65a055919e7e8b214aae.tar.bz2
Chimère-6799df1e37f604d94b5d65a055919e7e8b214aae.zip
Correct path and upgrade documentation
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/">