remove old secrets

giskard
Kebler Network System Administrator 2021-10-10 12:01:25 -07:00
parent f02ca3a540
commit ab4684c28f
5 changed files with 0 additions and 26 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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.