mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-30 18:02:02 +01:00
add esphome and caddy format logs console
Some checks failed
/ run ansible (push) Has been cancelled
Some checks failed
/ run ansible (push) Has been cancelled
This commit is contained in:
parent
310835088e
commit
a333cb14f2
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
#########################################################
|
||||
|
|
Loading…
Reference in a new issue