emscli config set console
command to set specific webserver console configuration values
Synopsis
config set console sets the value(s) of the specified setting(s) in the webserver console configuration.
Multiple flags may be specified.
emscli config set console [flags]
Options
--allowed.hosts string A comma-separated list (without spaces) of host addresses with which the EMS console can be accessed
--enable.remote.access Enables remote https access to the EMS console. Accepted values: true|false. For example, --enable.remote.access="false"
--fileserver.port int The fileserver port for the EMS console (default 10443)
-h, --help help for console
--http.port int The http port for the EMS console (default 80)
--https.port int The https port for the EMS console (default 443)
--server.processes int The number of processes for WSGI daemon (default 1)
--server.threads int The number of threads for WSGI daemon processes (default 150)
See also
- emscli config set - for updating information in a specific EMS config file