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).