nginx 反向代理配置 websocket 支持
在 location 字段下配置
# 支持 websocket
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
使用useradd命令来新建用户账号: (1)新建用户user1,UID为1010,GID为1010,用户的主…
创建 useradd -s /sbin/nologin team1 passwd team1 验证是否可登录 …
这里为 GitLab 安装 Drone 服务器。参考官网 申请 gitlab 的 ID 和 SECRET 你必…