Skip to content

Commit b872156

Browse files
authored
Update caddy.md (#1532)
1 parent 1556702 commit b872156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/caddy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ For instance, if you want to route all requests to a path starting with `/admin`
3131
{header.Accept}.matches("\\btext/html\\b")
3232
- && !{path}.matches("(?i)(?:^/docs|^/graphql|^/bundles/|^/_profiler|^/_wdt|\\.(?:json|html$|csv$|ya?ml$|xml$))")
3333
+ && !{path}.matches("(?i)(?:^/admin|^/docs|^/graphql|^/bundles/|^/_profiler|^/_wdt|\\.(?:json|html$|csv$|ya?ml$|xml$))")
34-
)
34+
)`
3535
```

0 commit comments

Comments
 (0)