mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-22 03:20:41 +08:00
fix: 'modify:false' is respected
This commit is contained in:
@@ -190,6 +190,7 @@ func readConfig(flags *pflag.FlagSet) *lib.Config {
|
||||
LockSystem: webdav.NewMemLS(),
|
||||
},
|
||||
},
|
||||
Debug: getOptB(flags, "debug"),
|
||||
Auth: getOptB(flags, "auth"),
|
||||
NoSniff: getOptB(flags, "nosniff"),
|
||||
Cors: lib.CorsCfg{
|
||||
|
||||
Reference in New Issue
Block a user