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:
Diffstat (limited to 'daemon.go')
-rw-r--r--daemon.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.go b/daemon.go
index 11fa3e9e..c2404e05 100644
--- a/daemon.go
+++ b/daemon.go
@@ -330,6 +330,7 @@ func updateFds(config *appConfig, cmd *exec.Cmd) {
config.ListenHTTP,
config.ListenHTTPS,
config.ListenProxy,
+ config.ListenHTTPSProxyv2,
} {
daemonUpdateFds(cmd, fds)
}