缓存目录默认为/opt/cache

This commit is contained in:
GoEdgeLab
2021-07-25 20:19:58 +08:00
parent 8fa179e20a
commit 84bef3504b

View File

@@ -21,7 +21,7 @@
<tr>
<td class="color-border">缓存目录 *</td>
<td>
<input type="text" name="fileDir" maxlength="500"/>
<input type="text" name="fileDir" maxlength="500" value="/opt/cache"/>
<p class="comment">存放文件缓存的目录,通常填写绝对路径。</p>
</td>
</tr>