adding docs subdomain to qa-prod static sites
This commit is contained in:
parent
318c1675e3
commit
04cae423be
1 changed files with 4 additions and 0 deletions
|
@ -99,3 +99,7 @@ static_sites:
|
||||||
- name: "{{ inventory_hostname }}"
|
- name: "{{ inventory_hostname }}"
|
||||||
document_root: /srv/content
|
document_root: /srv/content
|
||||||
external_name: "{{ external_hostname }}"
|
external_name: "{{ external_hostname }}"
|
||||||
|
|
||||||
|
- name: "docs.{{ inventory_hostname }}"
|
||||||
|
document_root: /srv/content/docs
|
||||||
|
external_name: "docs.{{ external_hostname }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue