Skip to content

Commit e8cee2c

Browse files
committed
Updated for all versions
1 parent 8a3d1d7 commit e8cee2c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Umbraco Cloud uses IIS for hosting. This means you need to add the setting in a
3535

3636
## Using Kestrel
3737

38-
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
38+
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
3939

4040
An example of a configuration could look something like this:
4141

13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The upload size limit is 500mb on Umbraco Cloud.
3434

3535
# Using Kestrel
3636

37-
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
37+
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
3838

3939
An example of a configuration could look something like this:
4040

15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web
4949

5050
## Using Kestrel
5151

52-
Kestrel’s runtime settings allow you to configure `MaxRequestLength` and `MaxQueryStringLength`. If you want to upload files larger than 28.6MB, update these values in the `appsettings.json` file.
52+
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file.
5353

5454
Example configuration:
5555

16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web
5353

5454
## Using Kestrel
5555

56-
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default value, update this value in the `appsettings.json` file.
56+
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file.
5757

5858
Example configuration:
5959

17/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web
5353

5454
## Using Kestrel
5555

56-
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 28.6MB, update this value in the `appsettings.json` file.
56+
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file.
5757

5858
Example configuration:
5959

0 commit comments

Comments
 (0)