Author: krisden
Date: Wed Nov  7 19:38:22 2018
New Revision: 1846068

URL: http://svn.apache.org/viewvc?rev=1846068&view=rev
Log:
KNOX-1543 - Update documentation for KNOX-1531

Modified:
    knox/trunk/books/1.2.0/config.md

Modified: knox/trunk/books/1.2.0/config.md
URL: 
http://svn.apache.org/viewvc/knox/trunk/books/1.2.0/config.md?rev=1846068&r1=1846067&r2=1846068&view=diff
==============================================================================
--- knox/trunk/books/1.2.0/config.md (original)
+++ knox/trunk/books/1.2.0/config.md Wed Nov  7 19:38:22 2018
@@ -135,7 +135,6 @@ Property    | Description | Default
 `gateway.httpserver.responseBuffer`|The size of the HTTP server response 
buffer in bytes|`32768`
 `gateway.httpserver.responseHeaderBuffer`|The size of the HTTP server response 
header buffer in bytes|`8192`
 `gateway.websocket.feature.enabled`|Enable/Disable WebSocket feature|`false`
-`gateway.gzip.compress.mime.types`|Content types to be gzip compressed by Knox 
on the way out to browser.|text/html, text/plain, text/xml, text/css, 
application/javascript, text/javascript, application/x-javascript
 `gateway.signing.keystore.name`|OPTIONAL Filename of keystore file that 
contains the signing keypair. NOTE: An alias needs to be created using 
`knoxcli.sh create-alias` for the alias name `signing.key.passphrase` in order 
to provide the passphrase to access the keystore.|null
 `gateway.signing.key.alias`|OPTIONAL alias for the signing keypair within the 
keystore specified via `gateway.signing.keystore.name`|null
 `ssl.enabled`|Indicates whether SSL is enabled for the Gateway|`true`


Reply via email to