4 lines
188 B
Plaintext
4 lines
188 B
Plaintext
# 下载文件的基础目录配置
|
|
# Windows示例: DOWNLOAD_BASE_DIR=E:\\nginx-1.29.1\\html\\download
|
|
# Linux示例: DOWNLOAD_BASE_DIR=/var/www/html/download
|
|
DOWNLOAD_BASE_DIR=./filebase |