Giving pdc its own subdomain will be easier.
This commit is contained in:
parent
9a992a86cb
commit
c2897a6167
2 changed files with 8 additions and 3 deletions
|
@ -289,10 +289,8 @@
|
||||||
proxyurl: http://localhost:10042
|
proxyurl: http://localhost:10042
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: apps.fedoraproject.org
|
website: pdc.fedoraproject.org
|
||||||
destname: pdc
|
destname: pdc
|
||||||
localpath: /pdc
|
|
||||||
remotepath: /
|
|
||||||
proxyurl: http://localhost:10045
|
proxyurl: http://localhost:10045
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
|
@ -427,6 +427,13 @@
|
||||||
gzip: true
|
gzip: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: pdc.fedoraproject.org
|
||||||
|
server_aliases: [pdc.stg.fedoraproject.org]
|
||||||
|
sslonly: true
|
||||||
|
gzip: true
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: developer.fedoraproject.org
|
name: developer.fedoraproject.org
|
||||||
server_aliases: [developer.stg.fedoraproject.org]
|
server_aliases: [developer.stg.fedoraproject.org]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue