remove old secrets
parent
f02ca3a540
commit
ab4684c28f
Binary file not shown.
Binary file not shown.
|
@ -1,26 +0,0 @@
|
|||
#!/bin/bash
|
||||
(r53) {
|
||||
tls {
|
||||
dns route53 {
|
||||
max_retries 10
|
||||
}
|
||||
}
|
||||
}
|
||||
(errors) {
|
||||
handle_errors {
|
||||
rewrite * /{http.error.status_code}.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
|
||||
https://example.kebler.net {
|
||||
import r53
|
||||
root * /opt/caddy/example-web
|
||||
templates
|
||||
file_server
|
||||
redir / /index.md
|
||||
redir /index.html /index.md
|
||||
@mdcheck path *.md
|
||||
rewrite @mdcheck /template.html
|
||||
import errors
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue