diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 6e6566939b..4fb1976187 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -219,7 +219,7 @@ website: admin.fedoraproject.org destname: bodhi remotepath: / - localpath: /updates2 + localpath: /bodhi2 proxyurl: http://localhost:10010 when: env == "staging" diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 4ced8942dd..b46f72f67a 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -1,6 +1,6 @@ [filter:proxy-prefix] use = egg:PasteDeploy#prefix -prefix = /updates2 +prefix = /bodhi2 scheme = https [app:main] @@ -112,7 +112,7 @@ fedora_master_repomd = http://download.fedora.redhat.com/pub/fedora/linux/update fedora_epel_master_repomd = http://download.fedora.redhat.com/pub/epel/%d/i386/repodata/repomd.xml ## The base url of this application -base_address = https://admin.stg.fedoraproject.org/updates2/ +base_address = https://admin.stg.fedoraproject.org/bodhi2/ ## Supported update types update_types = bugfix enhancement security newpackage