Skip to content

Commit

Permalink
update caddy config again and update relavant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Jan 23, 2025
1 parent 09603fd commit 07bf890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions config/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ quizfreely.org {
reverse_proxy localhost:8008
}
}
www.quizfreely.org {
redir https://quizfreely.org{uri} permanent
}
quizfreely.com {
redir https://quizfreely.org{uri} permanent
}
www.quizfreely.com {
www.quizfreely.org, quizfreely.com, www.quizfreely.com {
redir https://quizfreely.org{uri} permanent
}
8 changes: 1 addition & 7 deletions docs/dev/production/caddy-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ quizfreely.org {
reverse_proxy localhost:8008
}
}
www.quizfreely.org {
redir https://quizfreely.org{uri} permanent
}
quizfreely.com {
redir https://quizfreely.org{uri} permanent
}
www.quizfreely.com {
www.quizfreely.org, quizfreely.com, www.quizfreely.com {
redir https://quizfreely.org{uri} permanent
}
```
Expand Down

0 comments on commit 07bf890

Please sign in to comment.