mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-13 12:34:28 +02:00
parent
310835088e
commit
a333cb14f2
1 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
email gabriel@augendre.info
|
email gabriel@augendre.info
|
||||||
http_port 80
|
http_port 80
|
||||||
https_port 443
|
https_port 443
|
||||||
|
log {
|
||||||
|
format console
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
(common_headers) {
|
(common_headers) {
|
||||||
|
@ -278,6 +281,13 @@ stirlingpdf.augendre.info {
|
||||||
reverse_proxy localhost:9012
|
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
|
# REDIRECTS
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue