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 'app_config.go')
-rw-r--r--app_config.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/app_config.go b/app_config.go
index 3bc2197b..bb4aa917 100644
--- a/app_config.go
+++ b/app_config.go
@@ -10,13 +10,14 @@ type appConfig struct {
RootKey []byte
MaxConns int
- ListenHTTP []uintptr
- ListenHTTPS []uintptr
- ListenProxy []uintptr
- ListenMetrics uintptr
- InsecureCiphers bool
- TLSMinVersion uint16
- TLSMaxVersion uint16
+ ListenHTTP []uintptr
+ ListenHTTPS []uintptr
+ ListenProxy []uintptr
+ ListenHTTPSProxyv2 []uintptr
+ ListenMetrics uintptr
+ InsecureCiphers bool
+ TLSMinVersion uint16
+ TLSMaxVersion uint16
HTTP2 bool
RedirectHTTP bool