8 lines
124 B
Caddyfile
8 lines
124 B
Caddyfile
simplenotes.be {
|
|
reverse_proxy http://localhost:8081
|
|
}
|
|
|
|
www.simplenotes.be {
|
|
redir * https://simplenotes.be{path}
|
|
}
|