Skip to content

Commit 01e0eb9

Browse files
authored
Update stack-components.md
1 parent a876b1e commit 01e0eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zh/stack-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Nginx 日志文件路径 : */var/log/nginx/*
2929

3030
| 名称 | 端口号 | 用途 | 必要性 |
3131
| --- | --- | --- | --- |
32-
| HTTP | 5984 | 通过 HTTP 访问 CouchDB 控制台 | 可选 |
32+
| HTTP | 5984 | 通过 HTTP 访问 CouchDB 控制台 | 必选 |
3333
| HTTP | 80 | 通过 nginx转发后HTTP 访问 | 可选 |
3434
| HTTP | 443 | 通过HTTPs 访问 CouchDB 控制台 | 可选 |
3535

@@ -49,4 +49,4 @@ nginx -v
4949

5050
# CouchDB version
5151
cat /data/wwwroot/couchdb/releases/*/couchdb.rel |sed -n 3p | awk -F '"' '{print $4}'
52-
```
52+
```

0 commit comments

Comments
 (0)