adding docs subdomain to qa-prod static sites

This commit is contained in:
Tim Flink 2017-01-06 19:06:33 +00:00
parent 318c1675e3
commit 04cae423be

View file

@ -99,3 +99,7 @@ static_sites:
- name: "{{ inventory_hostname }}"
document_root: /srv/content
external_name: "{{ external_hostname }}"
- name: "docs.{{ inventory_hostname }}"
document_root: /srv/content/docs
external_name: "docs.{{ external_hostname }}"