update to allow security on hugo to build in config in another dir
This commit is contained in:
@@ -52,3 +52,6 @@ enableGitInfo = true
|
||||
[[module.mounts]]
|
||||
source = "/srv/configs"
|
||||
target = "configs"
|
||||
[security]
|
||||
[security.funcs]
|
||||
readFile = ["^/srv/configs/.*", "^/srv/docs/private/.*"]
|
||||
|
||||
Reference in New Issue
Block a user