From 0180ee6f0e5d2eba514e0f86c5bd973ae6c6f056 Mon Sep 17 00:00:00 2001 From: xx Date: Sun, 16 Jun 2024 13:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=80=E5=A4=A7=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ini b/config.ini index 9463958..8269712 100644 --- a/config.ini +++ b/config.ini @@ -27,6 +27,9 @@ debug=1 domain=local.newobj.org,127.0.0.1 ; 允许请求URL的路径直接映射到网站路径中的lua。如你的站点只允许订阅绑定模式,则设置为0关闭此功能以提高安全性。 direct_url_mapping=1 +; 最大上传大小限制(MB),0为不限制 +max_upload_size=10 + [log] ; 开启或关闭 enable=1