Allow using of the IPA API
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
df922b3d27
commit
df6cb63cd2
1 changed files with 16 additions and 0 deletions
|
@ -174,6 +174,14 @@
|
||||||
proxyurl: http://localhost:10053
|
proxyurl: http://localhost:10053
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: id.stg.fedoraproject.org
|
||||||
|
destname: 00-ipa
|
||||||
|
remotepath: /ipa
|
||||||
|
localpath: /ipa
|
||||||
|
proxyurl: http://localhost:10053
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: id.fedoraproject.org
|
website: id.fedoraproject.org
|
||||||
destname: id
|
destname: id
|
||||||
|
@ -188,6 +196,14 @@
|
||||||
proxyurl: http://localhost:10053
|
proxyurl: http://localhost:10053
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: id.fedoraproject.org
|
||||||
|
destname: 00-ipa
|
||||||
|
remotepath: /ipa
|
||||||
|
localpath: /ipa
|
||||||
|
proxyurl: http://localhost:10053
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
destname: datagrepper
|
destname: datagrepper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue