SimpleNotes/Caddyfile
2020-07-18 15:42:54 +02:00

9 lines
199 B
Caddyfile

simplenotes.be {
reverse_proxy http://localhost:8081
header Strict-Transport-Security "max-age=31536000; includeSubDomains"
}
www.simplenotes.be {
redir * https://simplenotes.be{path}
}