1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 03:41:03 +00:00
Files
privacyguides.org/config/caddy/common/80-canonical.caddy

7 lines
116 B
Plaintext
Raw Normal View History

@canonicalPath {
path */
}
route @canonicalPath {
rewrite @canonicalPath {http.request.orig_uri.path}index.html
}