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:54:18 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-16 17:54:18 +0300
commita9b41da7fc5a07eae0a72dc7e59f323a73e74a54 (patch)
treea7bc61ef086855d1e70b65ceef959eaa65494155 /app.go
parent7f12dcc6036f3935688e3fc4be61e8b1596cbc1d (diff)
Execute unprivileged daemon in chroot
Diffstat (limited to 'app.go')
-rw-r--r--app.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.go b/app.go
index 9157b8f2..4ab6a3e7 100644
--- a/app.go
+++ b/app.go
@@ -26,7 +26,6 @@ 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