From 6cef907cf9f8eb8d643f9100fa563298f43a5c14 Mon Sep 17 00:00:00 2001 From: mappu Date: Wed, 17 May 2023 19:08:58 +1200 Subject: [PATCH] doc/README: alphabetical ordering of options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1031e03..28b8b9e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ You can use contented as a standalone upload server, or you can use the SDK to e ``` Usage of contented: + -concurrentthumbs int + Simultaneous thumbnail generation (default 16) -data string Directory for stored content (default "") -db string @@ -44,8 +46,6 @@ Usage of contented: Title used in web interface (default "contented") -trustXForwardedFor Trust X-Forwarded-For reverse proxy headers - -concurrentthumbs - Simultaneous thumbnail generation (default 16) ``` If you are hosting behind a reverse proxy, remember to set its post body size parameter appropriately (e.g. `client_max_body_size` for nginx).