From: Matt George Date: Mon, 23 Oct 2023 17:52:51 +0000 (-0400) Subject: Update upload-config.md X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/refs/pull/165/head Update upload-config.md fix typo, incorrect size value --- diff --git a/content/docs/admin/upload-config.md b/content/docs/admin/upload-config.md index 73e14fe..ba66a71 100644 --- a/content/docs/admin/upload-config.md +++ b/content/docs/admin/upload-config.md @@ -205,7 +205,7 @@ After updating these values ensure you restart your webserver and also PHP if us #### NGINX -By default NGINX has a limit of 1MB on file uploads. To change this you will need to set the `client_max_body_size` variable. You can do this either in the http block in your `nginx.conf` file or in the server block set up for BookStack. Here's an example of increasing the limit it 10MB in the http block: +By default NGINX has a limit of 1MB on file uploads. To change this you will need to set the `client_max_body_size` variable. You can do this either in the http block in your `nginx.conf` file or in the server block set up for BookStack. Here's an example of increasing the limit to 100MB in the http block: ```nginx http {