Skip to content

Commit

Permalink
Update stack-components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Sep 9, 2021
1 parent 6974a1c commit 1b57835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stack-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ You can run the cmd `netstat -tunlp` to list all used ports, and we list the fol

| Name | Number | Use | Necessity |
| --- | --- | --- | --- |
| HTTP | 5984 | HTTP requests for CouchDB Console| Required |
| HTTP | 5984 | HTTP requests for CouchDB Console| Optional |
| HTTP | 80 | nginx HTTP port | Required |
| HTTP | 443 | nginx HTTPS port| Required |
| HTTP | 443 | nginx HTTPS port| Optional |


## Version
Expand All @@ -44,4 +44,4 @@ nginx -v

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

0 comments on commit 1b57835

Please sign in to comment.