-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
bug 🐞Something isn't workingSomething isn't workingneeds info 📭Requires more informationRequires more information
Description
Had to disable --watch
because caddy suddenly started to continuously reload the config.
Further investigation shown this is due to the order of skip_host
continuously changing, the first two hosts in the following code.
{
"apps": {
"http": {
"http_port": 80,
"https_port": 443,
"servers": {
"srv0": {
"listen": [
":443"
],
"logs": {
"logger_names": {
"*.mydomain.biz": "",
"mydomain.biz": "",
"mysite.mydomain.biz": "log0"
},
"skip_hosts": [
"wpad.mydomain.biz",
"wpad.lan.mydomain.biz",
"www.lan.mydomain.biz",
This happen in a custom image based on caddy:2.7.5-builder-alpine
but --with github.com/caddy-dns/cloudflare
and --with github.com/caddyserver/ntlm-transport
.
Metadata
Metadata
Assignees
Labels
bug 🐞Something isn't workingSomething isn't workingneeds info 📭Requires more informationRequires more information