diff --git a/nginx.conf b/nginx.conf
index 96c58469fc23f5854ffc80a7d49b4144fe1bc165..ccc238f563275f842323de80eca08e6524def6c5 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -26,7 +26,7 @@ rtmp {
             recorder all {
                 record all manual;
                 record_suffix -%y%m%d-%h%m%s.flv;
-                record_path /tmp;
+                record_path /records;
                 record_unique on;
                 record_max_size 4000m;
             }
@@ -34,7 +34,7 @@ rtmp {
             recorder audio {
                 record audio manual;
                 record_suffix -%y%m%d-%h%m%s.audio.flv;
-                record_path /tmp;
+                record_path /records;
                 record_unique on;
                 record_max_size 500m;
             }