Skip to content

Commit

Permalink
fix: reenable ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
artgpz committed Aug 28, 2024
1 parent cfc71c3 commit 7d8ee5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
http://{$DOMAIN} {
{$DOMAIN} {
reverse_proxy etips:3000
}

http://cms.{$DOMAIN} {
cms.{$DOMAIN} {
reverse_proxy directus:8055
}

http://events.{$DOMAIN} {
events.{$DOMAIN} {
reverse_proxy umami:3000
}

#http://www.{$DOMAIN} {
#www.{$DOMAIN} {
# redir https://{$DOMAIN}{uri}
#}

0 comments on commit 7d8ee5f

Please sign in to comment.