From 8f76830bcb1821affcfc36af8d31c176e9b21438 Mon Sep 17 00:00:00 2001 From: Mercury Date: Sun, 8 Jun 2025 01:06:40 +0200 Subject: [PATCH] Upload files to "/" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a48dc00..327dc08 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Everything you can do in the web interface, you can do programmatically. The ent 1. Clone the repository: ```bash - git clone https://github.com/yourusername/litecloud.git + git clone https://git.mercurio.moe/Mercury/litecloud.git cd litecloud ``` @@ -129,7 +129,7 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - # Important for file uploads + # Important for file uploads, app default is 5 gb client_max_body_size 100M; } }