diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 67976de0..76dab4a6 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -1570,7 +1570,7 @@ ServerAlias www.app2.com (permissions) of any uploaded files using an octal number. Syntax: SecUploadFileMode octal_mode + moreinfo="none">SecUploadFileMode octal_mode|"default" Example Usage: SecUploadFileMode 0640 @@ -1583,7 +1583,8 @@ ServerAlias www.app2.com number (as used in chmod). The default mode is for only the account writing the file to have read/write access (0600). Use this directive with caution to avoid exposing potentially sensitive data to - unauthorized users. + unauthorized users. Using the value "default" will revert back to the + default setting.