diff options
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index fb61c59..cfefb77 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -107,7 +107,7 @@ ENV: {} # regexp of files that should be skipped #exclude: ^(*\.private|Makefile)$ # specifies the characters that are allowed in source filenames -wiki_file_chars: -[:alnum:]+/.:_ +wiki_file_chars: -[:alnum:]+/._ # allow symlinks in the path leading to the srcdir (potentially insecure) allow_symlinks_before_srcdir: 0 # cookie control |