caddytest: Rename adapt tests to *.caddyfiletest extension (#6119)

This commit is contained in:
Francis Lavoie
2024-02-20 19:37:40 -05:00
committed by GitHub
parent f8143a3af1
commit 4512be49a9
131 changed files with 1 additions and 1 deletions
@@ -0,0 +1,37 @@
{
auto_https off
}
localhost
----------
{
"apps": {
"http": {
"servers": {
"srv0": {
"listen": [
":443"
],
"routes": [
{
"match": [
{
"host": [
"localhost"
]
}
],
"terminal": true
}
],
"tls_connection_policies": [
{}
],
"automatic_https": {
"disable": true
}
}
}
}
}
}