Let's server mdapi at /mdapi
This commit is contained in:
parent
6c6421fabd
commit
76cf6ef15d
2 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: apps.fedoraproject.org
|
||||||
destname: mdapi
|
destname: mdapi
|
||||||
remotepath: /
|
remotepath: /mdapi
|
||||||
localpath: /mdapi
|
localpath: /mdapi
|
||||||
proxyurl: http://localhost:10043
|
proxyurl: http://localhost:10043
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
|
@ -194,7 +194,7 @@ listen statscache 0.0.0.0:10042
|
||||||
listen mdapi 0.0.0.0:10043
|
listen mdapi 0.0.0.0:10043
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2
|
server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /
|
option httpchk GET /mdapi
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# Apache doesn't handle the initial connection here like the other proxy
|
||||||
# entries. This proxy also doesn't use the http mode like the others.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue