File tree Expand file tree Collapse file tree 5 files changed +10
-25
lines changed
Expand file tree Collapse file tree 5 files changed +10
-25
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ ROOT: /tmp/
22ERROR_LOG : error.log
33ACCESS_LOG : access.log
44LISTEN : 127.0.0.1:9191
5+ PUSH : true
6+ POSH_BACKUP : false
7+ SHOW_ALL : false
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ cd go-fileHttp-mac-v1.3
2323
2424
2525#### default config
26- ``` yaml
27- ROOT : /tmp/
28- ERROR_LOG : /tmp/vpn.log
29- ACCESS_LOG : /tmp/vpn.log
30- LISTEN : 127.0.0.1:9191
31- ` ` `
32-
3326| Key | Value | Describe |
3427| ---------- | :-----------: | :-----------: |
3528| ROOT_DIR | $HOME | User home directory |
Original file line number Diff line number Diff line change @@ -21,22 +21,15 @@ cd go-fileHttp-mac-v1.3
2121```
2222
2323#### 默认配置
24- ``` yaml
25- ROOT : /tmp/
26- ERROR_LOG : /tmp/vpn.log
27- ACCESS_LOG : /tmp/vpn.log
28- LISTEN : 127.0.0.1:9191
29- ` ` `
30-
3124| Key | Value | Describe |
3225| ---------- | :-----------: | :-----------: |
3326| ROOT_DIR | $HOME | 用户家目录 |
3427| ERROR_LOG | error.log | 日志 |
35- | ACCESS_LOG | access.log | 访问日志 |
28+ | ACCESS_LOG | access.log | 访问日志 |
3629| LISTEN | 127.0.0.1:9191 | 监听地址 |
37- | PUSH | true | 是否允许上传 |
38- | SHOW_ALL | false | 是否显示隐藏文件或目录 |
39- | POSH_BACKUP | false | 上传是否备份原有文件 |
30+ | PUSH | true | 允许上传 |
31+ | SHOW_ALL | false | 显示隐藏文件或目录 |
32+ | POSH_BACKUP | false | 上传时备份原有文件 |
4033
4134
4235### 请求头参数
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ ROOT: /tmp/
22ERROR_LOG : error.log
33ACCESS_LOG : access.log
44LISTEN : 127.0.0.1:9191
5+ PUSH : true
6+ POSH_BACKUP : false
7+ SHOW_ALL : false
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ cd go-fileHttp-mac-v1.3
2323
2424
2525#### default config
26- ``` yaml
27- ROOT : /tmp/
28- ERROR_LOG : /tmp/vpn.log
29- ACCESS_LOG : /tmp/vpn.log
30- LISTEN : 127.0.0.1:9191
31- ` ` `
32-
3326| Key | Value | Describe |
3427| ---------- | :-----------: | :-----------: |
3528| ROOT_DIR | $HOME | User home directory |
You can’t perform that action at this time.
0 commit comments