vhost static fix
[turniej.git] / turniej.vhost.template
index 3caae7f..68c3f48 100644 (file)
@@ -18,8 +18,8 @@
         Allow from all
     </Directory>
         
-    Alias /static %(path)s/releases/current/%(project_name)s/static
-    <Directory %(path)s/releases/current/%(project_name)s/static>
+    Alias /static %(path)s/static
+    <Directory %(path)s/static>
         Options Indexes
         Order allow,deny
         Allow from all