mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-17 15:37:29 +08:00
docs: add comment.
This commit is contained in:
@ -8,6 +8,7 @@ import (
|
||||
func main() {
|
||||
r := gin.Default()
|
||||
|
||||
// folder for storing certificates
|
||||
gin.AutoTLSManager.Cache = autocert.DirCache("/var/www/.cache")
|
||||
|
||||
// Ping handler
|
||||
|
Reference in New Issue
Block a user