Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy authored Aug 19, 2024
2 parents fa8b7f9 + 3148591 commit 06e2a35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{$URL} {
tls {$CERTIFICATE} {$PRIVATE_KEY}

header {
# enable HSTS
Strict-Transport-Security max-age=31536000;
}

# Frontend
reverse_proxy host.docker.internal:3000

Expand Down

0 comments on commit 06e2a35

Please sign in to comment.