Skip to content

Commit

Permalink
Now run Caddy with my primary domain
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Oct 30, 2024
1 parent 9c3ca0d commit 5689fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
www.alexwlchan.net {
alexwlchan.net {
import caddy/redirects.Caddyfile
import caddy/gone.Caddyfile

Expand Down Expand Up @@ -111,7 +111,7 @@ www.alexwlchan.net {

# This redirects my other domain names to my primary domain name,
# to avoid diluting traffic between them.
alexwlchan.com, www.alexwlchan.com, alexwlchan.co.uk, www.alexwlchan.co.uk {
alexwlchan.com, www.alexwlchan.com, alexwlchan.co.uk, www.alexwlchan.co.uk, www.alexwlchan.net {
redir https://alexwlchan.net{uri} permanent

log {
Expand Down

0 comments on commit 5689fce

Please sign in to comment.