Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-25 23:51:36 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-02-01 03:02:44 +0300
commitba130f0f29f43d4d7af4bd1e4ad1396afbbfb0b0 (patch)
tree63f7873456df782bd01e8fa55c2f05ecdf37e37d /internal/config
parent052a7fb36f4605634385f54c833db21a9edc6d67 (diff)
docs: clarify ListenHTTPStrings are being used directly now
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index d5316bb2..3bb7b126 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -27,8 +27,7 @@ type Config struct {
// These fields contain the raw strings passed for listen-http,
// listen-https, listen-proxy and listen-https-proxyv2 settings. It is used
- // by appmain() to create listeners, and the pointers to these listeners
- // gets assigned to Config.Listeners.* fields
+ // by appmain() to create listeners.
ListenHTTPStrings MultiStringFlag
ListenHTTPSStrings MultiStringFlag
ListenProxyStrings MultiStringFlag