docs: add a previously undocumented property of a non-standard code
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m12s
This commit is contained in:
parent
d767b70448
commit
36f5fd134e
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ The _config.json_ file contains various properties that you can customize to con
|
||||||
- _host_: Applicable host name for this status code. (optional; String, SVR.JS 3.8.0 or newer)
|
- _host_: Applicable host name for this status code. (optional; String, SVR.JS 3.8.0 or newer)
|
||||||
- _ip_: Applicable IP address for this status code. Use this property to specify destination server IP address instead of _host_ property to prevent _Host_ header attacks. (optional; String, SVR.JS 3.14.1 or newer)
|
- _ip_: Applicable IP address for this status code. Use this property to specify destination server IP address instead of _host_ property to prevent _Host_ header attacks. (optional; String, SVR.JS 3.14.1 or newer)
|
||||||
- _userList_: Allowed users for HTTP authentication. (optional; Array of Strings, SVR.JS 3.8.0 or newer)
|
- _userList_: Allowed users for HTTP authentication. (optional; Array of Strings, SVR.JS 3.8.0 or newer)
|
||||||
|
- _users_: IP addresses and CIDR ranges to which this status code applies (optional; Array of Strings, SVR.JS 3.0.0 or newer)
|
||||||
- _dontCompress_ (Array of Regex Strings, SVR.JS 3.0.0 or newer)
|
- _dontCompress_ (Array of Regex Strings, SVR.JS 3.0.0 or newer)
|
||||||
- URLs for which HTTP compression will be disabled. If using SVR.JS 4.3.0 or newer, the HTTP compression is always disabled for these file extensions (as of SVR.JS 4.3.0): _.7z_, _.air_, _.amlx_, _.apk_, _.apng_, _.appinstaller_, _.appx_, _.appxbundle_, _.arj_, _.au_, _.avif_, _.bdoc_, _.boz_, _.bz_, _.bz2_, _.caf_, _.class_, _.doc_, _.docx_, _.dot_, _.dvi_, _.ear_, _.epub_, _.flv_, _.gdoc_, _.gif_, _.gsheet_, _.gslides_, _.gz_, _.iges_, _.igs_, _.jar_, _.jnlp_, _.jp2_, _.jpe_, _.jpeg_, _.jpf_, _.jpg_, _.jpg2_, _.jpgm_, _.jpm_, _.jpx_, _.kmz_, _.latex_, _.m1v_, _.m2a_, _.m2v_, _.m3a_, _.m4a_, _.mesh_, _.mk3d_, _.mks_, _.mkv_, _.mov_, _.mp2_, _.mp2a_, _.mp3_, _.mp4_, _.mp4a_, _.mp4v_, _.mpe_, _.mpeg_, _.mpg_, _.mpg4_, _.mpga_, _.msg_, _.msh_, _.msix_, _.msixbundle_, _.odg_, _.odp_, _.ods_, _.odt_, _.oga_, _.ogg_, _.ogv_, _.ogx_, _.opus_, _.p12_, _.pdf_, _.pfx_, _.pgp_, _.pkpass_, _.png_, _.pot_, _.pps_, _.ppt_, _.pptx_, _.qt_, _.ser_, _.silo_, _.sit_, _.snd_, _.spx_, _.stpxz_, _.stpz_, _.swf_, _.tif_, _.tiff_, _.ubj_, _.usdz_, _.vbox-extpack_, _.vrml_, _.war_, _.wav_, _.weba_, _.webm_, _.wmv_, _.wrl_, _.x3dbz_, _.x3dvz_, _.xla_, _.xlc_, _.xlm_, _.xls_, _.xlsx_, _.xlt_, _.xlw_, _.xpi_, _.xps_, and _.zip_.
|
- URLs for which HTTP compression will be disabled. If using SVR.JS 4.3.0 or newer, the HTTP compression is always disabled for these file extensions (as of SVR.JS 4.3.0): _.7z_, _.air_, _.amlx_, _.apk_, _.apng_, _.appinstaller_, _.appx_, _.appxbundle_, _.arj_, _.au_, _.avif_, _.bdoc_, _.boz_, _.bz_, _.bz2_, _.caf_, _.class_, _.doc_, _.docx_, _.dot_, _.dvi_, _.ear_, _.epub_, _.flv_, _.gdoc_, _.gif_, _.gsheet_, _.gslides_, _.gz_, _.iges_, _.igs_, _.jar_, _.jnlp_, _.jp2_, _.jpe_, _.jpeg_, _.jpf_, _.jpg_, _.jpg2_, _.jpgm_, _.jpm_, _.jpx_, _.kmz_, _.latex_, _.m1v_, _.m2a_, _.m2v_, _.m3a_, _.m4a_, _.mesh_, _.mk3d_, _.mks_, _.mkv_, _.mov_, _.mp2_, _.mp2a_, _.mp3_, _.mp4_, _.mp4a_, _.mp4v_, _.mpe_, _.mpeg_, _.mpg_, _.mpg4_, _.mpga_, _.msg_, _.msh_, _.msix_, _.msixbundle_, _.odg_, _.odp_, _.ods_, _.odt_, _.oga_, _.ogg_, _.ogv_, _.ogx_, _.opus_, _.p12_, _.pdf_, _.pfx_, _.pgp_, _.pkpass_, _.png_, _.pot_, _.pps_, _.ppt_, _.pptx_, _.qt_, _.ser_, _.silo_, _.sit_, _.snd_, _.spx_, _.stpxz_, _.stpz_, _.swf_, _.tif_, _.tiff_, _.ubj_, _.usdz_, _.vbox-extpack_, _.vrml_, _.war_, _.wav_, _.weba_, _.webm_, _.wmv_, _.wrl_, _.x3dbz_, _.x3dvz_, _.xla_, _.xlc_, _.xlm_, _.xls_, _.xlsx_, _.xlt_, _.xlw_, _.xpi_, _.xps_, and _.zip_.
|
||||||
- _enableIPSpoofing_ (Boolean, SVR.JS 3.0.0 or newer)
|
- _enableIPSpoofing_ (Boolean, SVR.JS 3.0.0 or newer)
|
||||||
|
|
Loading…
Reference in a new issue