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
path: root/app.go
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-16 17:25:59 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-16 17:25:59 +0300
commit7f12dcc6036f3935688e3fc4be61e8b1596cbc1d (patch)
tree7778d66b3adea6d781042f98d581b25f16879719 /app.go
parentecfc0c55d22cc8d76c88dce750996256856827a8 (diff)
Execute in chroot
Diffstat (limited to 'app.go')
-rw-r--r--app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.go b/app.go
index 4ab6a3e7..9157b8f2 100644
--- a/app.go
+++ b/app.go
@@ -26,6 +26,7 @@ func (a *theApp) domain(host string) *domain {
return domain
}
+
func (a *theApp) ServeTLS(ch *tls.ClientHelloInfo) (*tls.Certificate, error) {
if ch.ServerName == "" {
return nil, nil