dokuwiki: fix caddy route rewrite for /_detail (#477650)
This commit is contained in:
@@ -609,9 +609,9 @@ in
|
||||
rewrite @allow_media /lib/exe/fetch.php?media=/{http.regexp.path.1}
|
||||
|
||||
@allow_detail {
|
||||
path /_detail*
|
||||
path_regexp path ^/_detail/(.*)$
|
||||
}
|
||||
rewrite @allow_detail /lib/exe/detail.php?media={path}
|
||||
rewrite @allow_detail /lib/exe/detail.php?media=/{http.regexp.path.1}
|
||||
|
||||
@allow_export {
|
||||
path /_export*
|
||||
|
||||
Reference in New Issue
Block a user