摘要: 查询 # 查询当前服务器时区timedatectl# 查询支持时区列表timedatectl list-timezones# 修改时区为上海sudo timedatectl set-timezone Asia/Shanghai# 验证是否修改成功timedatectl 阅读全文
posted @ 2023-03-08 11:37 sevennight 阅读(48) 评论(0) 推荐(0) 编辑
摘要: nginx反向代理websocket # webSocket wss 加密链接 location /ws { proxy_pass http://127.0.0.1:2222/ws; proxy_set_header Host $host; proxy_set_header X-Real-IP $r 阅读全文
posted @ 2023-03-08 03:46 sevennight 阅读(212) 评论(0) 推荐(0) 编辑