You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/07/28 04:39:12 UTC

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4431: [ZEPPELIN-4794] Add comment about changing localhost when running Zeppelin on WSL or Windows

jongyoul commented on code in PR #4431:
URL: https://github.com/apache/zeppelin/pull/4431#discussion_r931774151


##########
conf/zeppelin-site.xml.template:
##########
@@ -22,7 +22,7 @@
 <property>
   <name>zeppelin.server.addr</name>
   <value>127.0.0.1</value>
-  <description>Server binding address</description>
+  <description>Server binding address. If you cannot connect to your web browser on WSL or Windows, change 127.0.0.1 to 0.0.0.0.</description>

Review Comment:
   ```suggestion
     <description>Server binding address. If you cannot connect to your web browser on WSL or Windows, change 127.0.0.1 to 0.0.0.0. It, however, causes security issues when you open your machine to the public</description>
   ```



-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org