エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Nginx + notebook issue · Issue #625 · jupyter/notebook
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Nginx + notebook issue · Issue #625 · jupyter/notebook
Hi guys, I've been trying to get my jupyter notebook to run behind an nginx reverse proxy and eve... Hi guys, I've been trying to get my jupyter notebook to run behind an nginx reverse proxy and everything seems to be going well, until i actually try to connect to the kernel in a notebook. Here's my /etc/nginx/conf.d/configuration.conf configuration upfront: upstream notebook { server localhost:8888; } server { listen 443; ssl on; server_name notebook.mydomain.com www.notebook.mydomain.com; ssl_c