mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Update docs for SecUploadFileMode to include the "default" value.
This commit is contained in:
@@ -1570,7 +1570,7 @@ ServerAlias www.app2.com
|
|||||||
(permissions) of any uploaded files using an octal number.</para>
|
(permissions) of any uploaded files using an octal number.</para>
|
||||||
|
|
||||||
<para><emphasis>Syntax:</emphasis> <literal
|
<para><emphasis>Syntax:</emphasis> <literal
|
||||||
moreinfo="none">SecUploadFileMode octal_mode</literal></para>
|
moreinfo="none">SecUploadFileMode octal_mode|"default"</literal></para>
|
||||||
|
|
||||||
<para><emphasis>Example Usage:</emphasis> <literal
|
<para><emphasis>Example Usage:</emphasis> <literal
|
||||||
moreinfo="none">SecUploadFileMode 0640</literal></para>
|
moreinfo="none">SecUploadFileMode 0640</literal></para>
|
||||||
@@ -1583,7 +1583,8 @@ ServerAlias www.app2.com
|
|||||||
number (as used in chmod). The default mode is for only the account
|
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
|
writing the file to have read/write access (0600). Use this directive
|
||||||
with caution to avoid exposing potentially sensitive data to
|
with caution to avoid exposing potentially sensitive data to
|
||||||
unauthorized users.</para>
|
unauthorized users. Using the value "default" will revert back to the
|
||||||
|
default setting.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
Reference in New Issue
Block a user