need internal hostname for static sites w/ proxy

This commit is contained in:
Tim Flink 2016-04-04 16:42:53 +00:00
parent 95f683c478
commit c8e1fec22c

View file

@ -78,7 +78,7 @@ tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
# static sites # static sites
static_sites: static_sites:
- name: docs.{{ external_hostname }} - name: docs.{{ inventory_hostname }}
document_root: /srv/content/docs document_root: /srv/content/docs
sslonly: false sslonly: false