Jump to content

Caddy: Difference between revisions

m
Fix option name in redirect example
mNo edit summary
m (Fix option name in redirect example)
Line 115: Line 115:
       redir https://www.example.org{uri}
       redir https://www.example.org{uri}
   '';
   '';
     serverAlias = [ "old.example.org" ];
     serverAliases = [ "old.example.org" ];
};
};
</syntaxhighlight>
</syntaxhighlight>
1

edit