Skip to content

Commit

Permalink
Update Caddyfile (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy committed Aug 16, 2024
1 parent 6884b93 commit 3148591
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 3148591

Please sign in to comment.