nginx 反向代理配置 websocket 支持
在 location 字段下配置
# 支持 websocket
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
新安装的 docker 无法使用 tab 补全,可以使用这款小工具解决 需要退出命令行重新进入生效
zip 格式并不适linux上使用 ,Windows上的zip包拿到Linux上unzip解压会乱码。 而 t…
第一题 第二题
直接通过 commit 提交包含数据的MySQL镜像是无效的. 因为 mysql 的镜像使用了卷,而commi…