Add reverse proxy for kdcproxy
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4790fb31d8
commit
23a98e43b9
1 changed files with 8 additions and 0 deletions
|
@ -172,6 +172,14 @@
|
|||
proxyurl: http://localhost:10020
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: id.stg.fedoraproject.org
|
||||
destname: kdcproxy
|
||||
remotepath: /KdcProxy
|
||||
localpath: /KdcProxy
|
||||
proxyurl: http://localhost:10053
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: id.fedoraproject.org
|
||||
destname: id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue