fuyu 3 年之前
父節點
當前提交
142d22956c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf.d/api.conf

+ 1 - 1
conf.d/api.conf

@@ -16,7 +16,7 @@ server {
         }
     }
 
-	location  ~ \.(js|css|gif|jpg|jpeg|png|html)$ {
+	location  ~ \.(js|css|gif|jpg|jpeg|png|html|mp4)$ {
         root /home/openlab/data/code/server/server/public/;
   }