Browse Source

docs: add comment.

Bo-Yi Wu 9 năm trước cách đây
mục cha
commit
0cb7cf88cb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/auto-tls/main.go

+ 1 - 0
examples/auto-tls/main.go

@@ -8,6 +8,7 @@ import (
 func main() {
 	r := gin.Default()
 
+	// folder for storing certificates
 	gin.AutoTLSManager.Cache = autocert.DirCache("/var/www/.cache")
 
 	// Ping handler