Jupyter Nginx代理jupyter 公司AI产品部署Jupyter服务,url为http://192.168.2.25:9999,存在安全隐患。通过开启防火墙、隐藏9999端口并使用nginx代理解决,配置nginx.conf和jupyter_lab_config.py文件,设置c.NotebookApp.base_url为/jupyter,实现路径隐藏。测试显示需通过http://192.168.2.94:9999/jupyter访问,修改base_url可替代nginx。