9 lines
199 B
Caddyfile
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}
|
|
}
|