]> BookStack Code Mirror - website/commitdiff
Update upload-config.md 165/head
authorMatt George <redacted>
Mon, 23 Oct 2023 17:52:51 +0000 (13:52 -0400)
committerGitHub <redacted>
Mon, 23 Oct 2023 17:52:51 +0000 (13:52 -0400)
fix typo, incorrect size value

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
 
 
 #### 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 {
 
 ```nginx
 http {