Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor authored Dec 24, 2023
1 parent e522a16 commit 52091e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func init() {
flag.StringVar(&Instance.Cert, "cert", "cert.pem", "tls证书")
flag.StringVar(&Instance.PrivKey, "key", "privkey.pem", "tls私钥")
flag.StringVar(&Instance.LogPath, "log", "/tmp/proxy.log", "日志文件路径")
flag.StringVar(&Instance.WebPath, "content", "/data", "文件服务器目录")
flag.StringVar(&Instance.WebPath, "content", ".", "文件服务器目录")
flag.StringVar(&Instance.BasicAuth, "auth", "", "Basic Auth Header")
flag.Parse()
initLog()
Expand Down

0 comments on commit 52091e7

Please sign in to comment.