diff --git a/trunk/conf/dvr.session.conf b/trunk/conf/dvr.session.conf
index dff8648..a7e0ae0 100644
--- a/trunk/conf/dvr.session.conf
+++ b/trunk/conf/dvr.session.conf
@@ -7,7 +7,7 @@ max_connections     1000;
 vhost __defaultVhost__ {
     dvr {
         enabled      on;
-        dvr_path     dvr_path     ./objs/nginx/html/[app]/[stream].[timestamp].flv;
+        dvr_path     ./objs/nginx/html/[app]/[stream].[timestamp].flv;
         dvr_plan     session;
     }
 }