- rename myslice.wsgi into wsgi.py and propagate this change.
[myslice.git] / apache / myslice.conf
index 9e8a155..a7f6f2c 100644 (file)
@@ -1,7 +1,7 @@
 <VirtualHost *:80>
-        WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi
+        WSGIScriptAlias / /usr/share/unfold/apache/wsgi.py
         <Directory /usr/share/unfold/apache>
-        <Files myslice.wsgi>
+        <Files wsgi.py>
         Order deny,allow
         Allow from all
         </Files>