Skip to content

Commit

Permalink
Update 3_naive_caddy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 committed Aug 25, 2021
1 parent 042e015 commit f06f8b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}],
"routes": [{
"match": [{
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名。
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问,更改为自己的对应域名。
}],
"handle": [{
"handler": "headers",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
{
"match": [{
"host": ["zh.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名。
"host": ["zh.xx.yy"] //限定域名访问,更改为自己的对应域名。
}],
"handle": [{
"handler": "headers",
Expand Down

0 comments on commit f06f8b0

Please sign in to comment.