From 1b57835429f1dffceec3d9448b7badfe9902e33b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 9 Sep 2021 18:01:30 +0800 Subject: [PATCH] Update stack-components.md --- docs/stack-components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/stack-components.md b/docs/stack-components.md index 8d8bdfb..35510d0 100644 --- a/docs/stack-components.md +++ b/docs/stack-components.md @@ -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 @@ -44,4 +44,4 @@ nginx -v # CouchDB version cat /data/wwwroot/couchdb/releases/*/couchdb.rel |sed -n 3p | awk -F '"' '{print $4}' -``` \ No newline at end of file +```