You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/mod_http_upload.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Number of random bytes of a token that will be used in a generated URL.
44
44
The text representation of the token will be twice as long as the number of bytes, e.g. for the default value the token in the URL will be 64 characters long.
45
45
46
46
### `modules.mod_http_upload.max_file_size`
47
-
***Syntax:** positive integer
48
-
***Default:**not set - no size limit
49
-
***Example:**`max_file_size = 10485760`
47
+
***Syntax:** positive integer or the string `"infinity"`
48
+
***Default:**`10485760`
49
+
***Example:**`max_file_size = "infinity"`
50
50
51
51
Maximum file size (in bytes) accepted by the module.
0 commit comments