gt;
> (LinkedIn <http://www.linkedin.com/in/sankettshah>)
> ------
> *From:* Sam Nicholson
> *Sent:* 05 June 2018 04:53 AM
> *To:* users@zeppelin.apache.org
> *Subject:* Re: Difficult paths for Zeppelin and Nginx integration
>
>
> Here
une 2018 04:53 AM
To: users@zeppelin.apache.org
Subject: Re: Difficult paths for Zeppelin and Nginx integration
Here's the zeppelin from my currently, working, config
I have changed my DNS domains to "internal" and "external"
Other than that, it's really verbatim.
s
Here's the zeppelin from my currently, working, config
I have changed my DNS domains to "internal" and "external"
Other than that, it's really verbatim.
server {
listen 443 ssl http2;
server_name zeppelin.external;
ssl_certificate /etc/certs/fullchain.cer;
ssl_
Sanket,
Its works for me, and I'm based on this documentation:
https://zeppelin.apache.org/docs/0.7.3/security/authentication.html
Like that:
> location /ws {
> proxy_passhttp://my_internal_ip:8080/ws;
> proxy_read_timeout86400;
> proxy_connect_timeout 5s;
> proxy
Am trying to put Nginx in front of Zeppelin. Regular requests are passing
through, but Websockets are not working. Followed this based on guide of
Zeppelin - https://zeppelin.apache.org/docs/0.7.3/security/authentication.html.
Seems having a real tough luck to get this going as scratching head a