File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
ROOT : /tmp/
2
2
ERROR_LOG : error.log
3
3
ACCESS_LOG : access.log
4
- LISTEN : 0 .0.0.0 :9191
4
+ LISTEN : 127 .0.0.1 :9191
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ cd go-fileHttp-mac-v1.1
27
27
ROOT : /tmp/
28
28
ERROR_LOG : /tmp/vpn.log
29
29
ACCESS_LOG : /tmp/vpn.log
30
- LISTEN : 0 .0.0.0 :9191
30
+ LISTEN : 127 .0.0.1 :9191
31
31
` ` `
32
32
33
33
| Key | Value |Describe |
34
34
| ---------- | :-----------: | :-----------: |
35
35
| ROOT_DIR | $HOME | User home directory |
36
36
| ERROR_LOG | error.log | error log |
37
37
| ERROR_LOG | access.log | access log |
38
- | LISTEN | 0 .0.0.0 :9191 | listen addres |
38
+ | LISTEN | 127 .0.0.1 :9191 | listen addres |
39
39
40
40
41
41
### required parameter
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ cd go-fileHttp-mac-v1.1
25
25
ROOT : /tmp/
26
26
ERROR_LOG : /tmp/vpn.log
27
27
ACCESS_LOG : /tmp/vpn.log
28
- LISTEN : 0 .0.0.0 :9191
28
+ LISTEN : 127 .0.0.1 :9191
29
29
` ` `
30
30
31
31
| Key | Value |Describe |
32
32
| ---------- | :-----------: | :-----------: |
33
33
| ROOT_DIR | $HOME | 用户家目录 |
34
34
| ERROR_LOG | error.log | 日志 |
35
35
| ERROR_LOG | access.log | 访问日志 |
36
- | LISTEN | 0 .0.0.0 :9191 | 监听地址 |
36
+ | LISTEN | 127 .0.0.1 :9191 | 监听地址 |
37
37
38
38
39
39
### 请求头参数
Original file line number Diff line number Diff line change 1
1
ROOT : /tmp/
2
2
ERROR_LOG : error.log
3
3
ACCESS_LOG : access.log
4
- LISTEN : 0 .0.0.0 :9191
4
+ LISTEN : 127 .0.0.1 :9191
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ cd go-fileHttp-mac-v1.1
27
27
ROOT : /tmp/
28
28
ERROR_LOG : /tmp/vpn.log
29
29
ACCESS_LOG : /tmp/vpn.log
30
- LISTEN : 0 .0.0.0 :9191
30
+ LISTEN : 127 .0.0.1 :9191
31
31
` ` `
32
32
33
33
| Key | Value |Describe |
34
34
| ---------- | :-----------: | :-----------: |
35
35
| ROOT_DIR | $HOME | User home directory |
36
36
| ERROR_LOG | error.log | error log |
37
37
| ERROR_LOG | access.log | access log |
38
- | LISTEN | 0 .0.0.0 :9191 | listen addres |
38
+ | LISTEN | 127 .0.0.1 :9191 | listen addres |
39
39
40
40
41
41
### required parameter
You can’t perform that action at this time.
0 commit comments