Copilot commented on code in PR #3814:
URL: https://github.com/apache/solr/pull/3814#discussion_r2473854924


##########
solr/solr-ref-guide/modules/deployment-guide/pages/securing-solr.adoc:
##########
@@ -107,14 +107,14 @@ Solr is not designed to be exposed on the open internet.
 It is also strongly recommended that Solr listen to only those network 
interfaces that are strictly required.
 To prevent administrators from unintentionally exposing Solr more broadly, 
Solr only listens on the loopback interface ("127.0.0.1") by default.
 Most deployments will need to change this value to something less restrictive 
so that it can be reached from other boxes.
-This can be done by setting a `SOLR_JETTY_HOST` value in your environment's 
"include script" (`solr.in.sh` or `solr.in.cmd`):
+This can be done by setting a `SOLR_HOST_BIND` value in your environment's 
"include script" (`solr.in.sh` or `solr.in.cmd`):
 
 [source,bash]
  ----
- SOLR_JETTY_HOST="0.0.0.0"
+ SOLR_HOST_BIND="0.0.0.0"
  ----
 
-The same setting is also available as the `-Dsolr.jetty.host` System Property.
+The same setting is also available as the `-Dsolr.host.bind` System Property. 

Review Comment:
   Trailing whitespace at end of line should be removed.
   ```suggestion
   The same setting is also available as the `-Dsolr.host.bind` System Property.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to