๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add redirect for "smart-health-cards-framework" translation site

authored by

TAKAHASHI Shuuji and committed by
GitHub
587fb707 82fd3cbe

+10 -5
+10 -5
Caddyfile
··· 1 1 :8080 { 2 - file_server 2 + file_server 3 3 4 4 route /.well-known/webfinger* { 5 5 redir https://webfinger.io{uri} 6 6 } 7 7 8 - # redirects: google-eng-practices 9 - route /eng-practices/* { 10 - uri strip_prefix /eng-practices 11 - redir https://google-engineering-practices.translation.shuuji3.xyz{uri} 8 + # Configure old URL redirection 9 + route /eng-practices/* { 10 + uri strip_prefix /eng-practices 11 + redir https://google-engineering-practices.translation.shuuji3.xyz{uri} 12 + } 13 + 14 + route /eng-practices/* { 15 + uri strip_prefix /smart-health-cards-framework 16 + redir https://smart-health-cards-framework.translation.shuuji3.xyz{uri} 12 17 } 13 18 }