From 9747e5820ce129895e95355b254d110cb39496a4 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 16 Feb 2016 17:37:10 +0100 Subject: Fix small bugs --- app_config.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app_config.go') diff --git a/app_config.go b/app_config.go index b7ba56fe..f0f30d8c 100644 --- a/app_config.go +++ b/app_config.go @@ -1,15 +1,15 @@ package main type appConfig struct { - Domain string + Domain string RootCertificate []byte RootKey []byte - ListenHTTP uintptr - ListenHTTPS uintptr - listenProxy uintptr + ListenHTTP uintptr + ListenHTTPS uintptr + ListenProxy uintptr - HTTP2 bool - RedirectHTTP bool + HTTP2 bool + RedirectHTTP bool } -- cgit v1.2.3