Browse Source

Fix docs for plugin install via proxy on Windows

This commit addresses an issue with the docs for plugin install via a
proxy on Windows where the HTTP proxy options were incorrectly
specified.

Relates #23757
Robin Clarke 8 years ago
parent
commit
677fd68f16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/plugin-script.asciidoc

+ 2 - 2
docs/plugins/plugin-script.asciidoc

@@ -187,8 +187,8 @@ Or on Windows:
 
 [source,shell]
 ------------------------------------
-set ES_JAVA_OPTS="-DproxyHost=host_name -DproxyPort=port_number -Dhttps.proxyHost=host_name -Dhttps.proxyPort=https_port_number"
-bin/elasticsearch-plugin install analysis-icu
+set ES_JAVA_OPTS="-Dhttp.proxyHost=host_name -Dhttp.proxyPort=port_number -Dhttps.proxyHost=host_name -Dhttps.proxyPort=https_port_number"
+bin\elasticsearch-plugin install analysis-icu
 ------------------------------------
 
 === Plugins directory