mirror of https://github.com/ouqiang/gocron
修复文档错误
parent
f3cbc07301
commit
abeb515821
|
@ -31,7 +31,7 @@
|
|||
1. 解压压缩包
|
||||
2. `cd 解压目录`
|
||||
3. 启动
|
||||
* Windows: `./gocron.exe web`
|
||||
* Windows: `gocron.exe web`
|
||||
* Linux、OSX: `./gocron web`
|
||||
### 源码安装
|
||||
> `go get https://github.com/ouqiang/gocron`
|
||||
|
@ -46,4 +46,4 @@
|
|||
## 安全
|
||||
* 使用`https`访问保证数据传输安全, 可在web服务器如nginx中配置https,通过反向代理,访问内部的gocron
|
||||
* 网站访问设置IP白名单
|
||||
* SSH登录设置IP白名单
|
||||
* SSH登录设置IP白名单
|
||||
|
|
Loading…
Reference in New Issue