--- proxy_sites: wiki.thezengarden.net: proto : http dest : docker.thezengarden.net port : 8081 max_upload : "{{ proxy_default_max_upload }}" git.thezengarden.net: proto : https dest : gitlab.thezengarden.net port : 443 max_upload : "{{ proxy_default_max_upload }}" gitlab-test.thezengarden.net: proto : http dest : 10.1.1.31 port : 80 max_upload : "{{ proxy_default_max_upload }}" gitea.thezengarden.net: proto : http dest : pi.thezengarden.net port : 3000 max_upload : "{{ proxy_default_max_upload }}" hastebin.thezengarden.net: proto : http dest : docker.thezengarden.net port : 7777 max_upload : "{{ proxy_default_max_upload }}" ipam.thezengarden.net: proto : http dest : netbox.thezengarden.net port : 8000 nms.thezengarden.net: proto : http dest : nms-vm.thezengarden.net port : 80 observium.thezengarden.net: proto : http dest : observium-vm.thezengarden.net port : 80 media.thezengarden.net: proto : http dest : media.thezengarden.net port : 32400 hme-1.thezengarden.net: proto : http dest : kansai.thezengarden.net port : 80 hme-2.thezengarden.net: proto : https dest : 10.1.1.6 port : 9090 hme-3.thezengarden.net: proto : https dest : 10.10.10.66 port : 443 gw.thezengarden.net: proto : https dest : er4.thezengarden.net port : 443 chat.thezengarden.net: proto : http dest : 10.1.1.48 port : 3000 centos.thezengarden.net: proto : http dest : 10.1.1.31 port : 80 wordpress.thezengarden.net: proto : http dest : zg-lxwb03.thezengarden.net port : 80 max_upload : "{{ proxy_default_max_upload }}" mail.thezengarden.net: proto : https dest : mailcow.thezengarden.net port : 443 seafile.thezengarden.net: proto : http dest : 10.1.1.199 port : 8000 seafhttp_port : 8082 max_upload : "{{ proxy_default_max_upload }}" tower.thezengarden.net: proto : https dest : zg-tower-prod-1.thezengarden.net port : 443 tower2.thezengarden.net: proto : http dest : awx.thezengarden.net port : 80 dashboard.thezengarden.net: proto : http dest : "{{ proxy_default_host }}" port : 80 max_upload : "{{ proxy_default_max_upload }}" pw.thezengarden.net: proto : http dest : docker.thezengarden.net port : 8001 images.thezengarden.net: proto : http dest : "{{ proxy_default_host }}" port : 80 max_upload : "{{ proxy_default_max_upload }}" cloud.thezengarden.net: proto : https dest : zg-lxoc01.thezengarden.net port : 443 max_upload : "{{ proxy_default_max_upload }}" wifi.thezengarden.net: proto : https dest : unifi.thezengarden.net port : 8443 max_upload : "{{ proxy_default_max_upload }}" edge.thezengarden.net: proto : https dest : unms.thezengarden.net port : 443 max_upload : "{{ proxy_default_max_upload }}" resources.thezengarden.net: proto : http dest : "{{ proxy_default_host }}" port : 80 max_upload : "{{ proxy_default_max_upload }}" thezengarden.net: aliases : www.thezengarden.net proto : https dest : "{{ proxy_default_host }}" port : 443 max_upload : "{{ proxy_default_max_upload }}" status_page : True devel.thezengarden.net: proto : http dest : "{{ proxy_default_host }}" port : 80 conjur.thezengarden.net: proto : https dest : 10.10.10.78 port : 8443 beta.chris-hammer.com: proto : http dest : "{{ proxy_default_host }}" port : 80 ssl_cert : "{{ proxy_site_ssl_certificate_ch }}" ssl_key : "{{ proxy_site_ssl_certificate_key_ch }}" max_upload : "{{ proxy_default_max_upload }}" chris-hammer.com: proto : http dest : "{{ proxy_default_host }}" port : 80 ssl_cert : "{{ proxy_site_ssl_certificate_ch }}" ssl_key : "{{ proxy_site_ssl_certificate_key_ch }}" max_upload : "{{ proxy_default_max_upload }}" christian-hammer.com: aliases : www.christian-hammer.com proto : http dest : "{{ proxy_default_host }}" port : 80 ssl_cert : "{{ proxy_site_ssl_certificate_cht }}" ssl_key : "{{ proxy_site_ssl_certificate_key_cht }}" max_upload : "{{ proxy_default_max_upload }}" ...