summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-07 21:02:54 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-07 21:02:54 +0200
commitc478b609b270c20c90eda618962a7efad6b26ca2 (patch)
tree7442b1073dcce261ddacd2279474c45461509e27 /apache
parent94c23b986d3986667351971487761d59f9c50438 (diff)
downloadChimère-c478b609b270c20c90eda618962a7efad6b26ca2.tar.bz2
Chimère-c478b609b270c20c90eda618962a7efad6b26ca2.zip
Documentation/configuration: fix path, add dependancies
Diffstat (limited to 'apache')
-rw-r--r--apache/apache-wsgi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache/apache-wsgi.conf b/apache/apache-wsgi.conf
index 4bd2b81..1a4d24a 100644
--- a/apache/apache-wsgi.conf
+++ b/apache/apache-wsgi.conf
@@ -2,7 +2,7 @@
ServerName chimere.example.com
WSGIDaemonProcess chimere processes=2 maximum-requests=500 threads=1
WSGIProcessGroup chimere
- WSGIScriptAlias / /var/local/chimere/chimere/apache/mydjango.wsgi
+ WSGIScriptAlias / /var/local/chimere/apache/mydjango.wsgi
Alias /static "/var/local/chimere/mychimere_project/static"
Alias /tinymce "/usr/share/tinymce/www"
<Directory "/usr/share/tinymce/www/">