Add caddy config
This commit is contained in:
parent
cc8b4adaf2
commit
9692803d90
1 changed files with 13 additions and 0 deletions
13
caddy_config.json
Normal file
13
caddy_config.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"apps": {
|
||||||
|
"http": {
|
||||||
|
"servers": {
|
||||||
|
"sirtunnel": {
|
||||||
|
"listen": [":443"],
|
||||||
|
"routes": [
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue