Skip to content

Commit

Permalink
fix: header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Nov 15, 2021
1 parent ad8a43c commit 42bf9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rest-api.snipd.io {
reverse_proxy rest-api:1337 {
header_down Strict-Transport-Secuirty max-age=31536000;
header_down Strict-Transport-Security max-age=31536000;
}
}

0 comments on commit 42bf9fa

Please sign in to comment.