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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]