add esphome and caddy format logs console
Some checks failed
/ run ansible (push) Has been cancelled

This commit is contained in:
Gabriel Augendre 2024-12-19 08:16:03 +01:00
parent 310835088e
commit a333cb14f2

View file

@ -2,6 +2,9 @@
email gabriel@augendre.info
http_port 80
https_port 443
log {
format console
}
}
(common_headers) {
@ -278,6 +281,13 @@ stirlingpdf.augendre.info {
reverse_proxy localhost:9012
}
# ESP Home builder is in network mode host.
esphome.augendre.info {
import common_headers
import internal
reverse_proxy localhost:6052
}
#########################################################
# REDIRECTS
#########################################################