Skip to content

Commit

Permalink
docs: add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Apr 4, 2017
1 parent 590ba77 commit 5c7f6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto-tls/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
func main() {
r := gin.Default()

// folder for storing certificates
gin.AutoTLSManager.Cache = autocert.DirCache("/var/www/.cache")

// Ping handler
Expand Down

0 comments on commit 5c7f6ac

Please sign in to comment.