]> BookStack Code Mirror - website/commitdiff
Merge branch 'v23-10'
authorDan Brown <redacted>
Mon, 30 Oct 2023 11:43:09 +0000 (11:43 +0000)
committerDan Brown <redacted>
Mon, 30 Oct 2023 11:43:09 +0000 (11:43 +0000)
content/docs/admin/upload-config.md

index 73e14fe6e2600c2f5b5dd12dcc02417fad75e3ff..ba66a715fd80376b2eb3ea5324af97eea435f2e3 100644 (file)
@@ -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 {