diff options
Diffstat (limited to 'apache/apache-wsgi.conf')
-rw-r--r-- | apache/apache-wsgi.conf | 2 |
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/"> |