Skip to content

Commit 1b57835

Browse files
authored
Update stack-components.md
1 parent 6974a1c commit 1b57835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/stack-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ You can run the cmd `netstat -tunlp` to list all used ports, and we list the fol
2323

2424
| Name | Number | Use | Necessity |
2525
| --- | --- | --- | --- |
26-
| HTTP | 5984 | HTTP requests for CouchDB Console| Required |
26+
| HTTP | 5984 | HTTP requests for CouchDB Console| Optional |
2727
| HTTP | 80 | nginx HTTP port | Required |
28-
| HTTP | 443 | nginx HTTPS port| Required |
28+
| HTTP | 443 | nginx HTTPS port| Optional |
2929

3030

3131
## Version
@@ -44,4 +44,4 @@ nginx -v
4444

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

0 commit comments

Comments
 (0)