Add store redirect. ticket 4653
This commit is contained in:
parent
ce6fb32e56
commit
959e9b9f51
2 changed files with 9 additions and 0 deletions
|
@ -119,6 +119,10 @@
|
||||||
path: /static/js/release-counter-ext.js
|
path: /static/js/release-counter-ext.js
|
||||||
target: https://getfedora.org/static/js/release-counter-ext.js
|
target: https://getfedora.org/static/js/release-counter-ext.js
|
||||||
|
|
||||||
|
- role: httpd/redirect
|
||||||
|
name: store
|
||||||
|
website: store.fedoraproject.org
|
||||||
|
target: "https://redhat.corpmerchandise.com/ProductList.aspx?did=20588"
|
||||||
|
|
||||||
# Fonts on the wiki
|
# Fonts on the wiki
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
|
|
|
@ -294,6 +294,11 @@
|
||||||
ips: "{{wildcard_fpo_ips}}"
|
ips: "{{wildcard_fpo_ips}}"
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: store.fedoraproject.org
|
||||||
|
ips: "{{wildcard_fpo_ips}}"
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: port389.org
|
name: port389.org
|
||||||
server_aliases:
|
server_aliases:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue