GitHub user m30m opened a pull request: https://github.com/apache/zeppelin/pull/1573
[DOC] Add `/ws` for nginx websocket configuration ### What is this PR for? It's a bit misleading that both regular webserver location and websocket location use the exact same address. It's better to specify that websocket requests should be proxy-passed to `/ws` subdirectory. ### What type of PR is it? Documentation ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/m30m/zeppelin patch-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1573.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1573 ---- commit aa60fd51eff4945ce1e68bd22595eba8ae3d8d8b Author: Mohammad Amin Khashkhashi Moghaddam <amin.moghadd...@gmail.com> Date: 2016-10-31T19:07:52Z Add `/ws` for nginx websocket configuration It's a bit misleading that both regular webserver location and websocket location use the exact same address. It's better to specify that websocket requests should be proxy-passed to `/ws` subdirectory. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---