abiosoft / abiosoft/caddy-yaml

undefined variable `$affinity` when running with simple yaml config

Abierto
#2 0 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
30
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Full error message:
`run: adapting config using yaml: template: yaml:3: undefined variable "$affinity"`

Config which does not contain that variable:
```
apps:
layer4:
servers:
mdath:
listen:
- "127.0.0.1:443"
routes:
- match:
- tls:
sni:
- "*.host.com"
handle:
- handler: "proxy"
upstreams:
- dial:
- "localhost:4433"
```

Not sure what could be wrong given the simplicity and lack of error context but posting here in case someone has the answer!

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.