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 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 94cc597f..441b3a74 100644
--- a/main.go
+++ b/main.go
@@ -144,7 +144,7 @@ func createAppListeners(config *cfg.Config) []io.Closer {
httpsProxyv2Listeners = append(httpsProxyv2Listeners, f.Fd())
}
- config.Listeners = &cfg.Listeners{
+ config.Listeners = cfg.Listeners{
HTTP: httpListeners,
HTTPS: httpsListeners,
Proxy: proxyListeners,