Upload files to "/"

This commit is contained in:
Mercury. 2025-06-08 01:06:40 +02:00
parent 490bb3be3b
commit 8f76830bcb

View file

@ -67,7 +67,7 @@ Everything you can do in the web interface, you can do programmatically. The ent
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/yourusername/litecloud.git git clone https://git.mercurio.moe/Mercury/litecloud.git
cd litecloud cd litecloud
``` ```
@ -129,7 +129,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; 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; client_max_body_size 100M;
} }
} }