server.inet.nonProxyHosts

Specifies the list of servers to be accessed directly, rather than through a proxy server.

Value

List of host names separated by commas.

DEFAULT: (none)

How to set

If using the Management Station, set on the Speech Server service. If not using Management Station, set in an NSS configuration file (user-NSSxx.txt).

Usage

Rarely changed.

Instead of using this parameter to set up a proxy, consider using the more encompassing server.inet.HTTPproxyRules and server.inet.HTTPSproxyRules. This parameter is ignored if a more encompassing parameter is set.

This parameter is optional. When Speech Server uses a Squid caching proxy server, this parameter specifies hosts to access directly instead of through the proxy server.

You can also specify a path in addition to the host name. For example, if you specify hostName/audio, requests for the audio folder will not go through proxy, but requests for the text folder (hostName/text) will.

For more information, see Controlling Internet fetches and caching.