01 2021 档案

摘要:目标:将nginx加入Windows服务,实现开机自启动 需要用到工具winsw,到该目录下,下载最新版winsw http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/ 源码: https://github.com/winsw/winsw 阅读全文
posted @ 2021-01-22 11:48 Virya 阅读(1355) 评论(0) 推荐(0)
摘要:该问题是使用了nginx做代理,需要配置websocket转发,参考:https://github.com/jupyter/notebook/issues/2664#issuecomment-346249652 upstream notebook { server localhost:8888; } 阅读全文
posted @ 2021-01-04 14:09 Virya 阅读(1751) 评论(0) 推荐(1)