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; } }