1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00
Files
privacyguides.org/config/caddy/common/80-canonical.caddy
2024-04-02 23:56:14 +10:30

7 lines
116 B
Plaintext

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