mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change upstream port to 8080
This commit is contained in:
parent
aa58faca52
commit
d55239808c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ This instruction based on Ubuntu 14.04 LTS but may work with other OS with few c
|
|||
|
||||
```
|
||||
upstream zeppelin {
|
||||
server [YOUR-ZEPPELIN-SERVER-IP]:8090;
|
||||
server [YOUR-ZEPPELIN-SERVER-IP]:8080;
|
||||
}
|
||||
|
||||
# Zeppelin Website
|
||||
|
|
|
|||
Loading…
Reference in a new issue