Giving pdc its own subdomain will be easier.

This commit is contained in:
Ralph Bean 2016-01-12 14:08:22 -05:00
parent 9a992a86cb
commit c2897a6167
2 changed files with 8 additions and 3 deletions

View file

@ -289,10 +289,8 @@
proxyurl: http://localhost:10042
- role: httpd/reverseproxy
website: apps.fedoraproject.org
website: pdc.fedoraproject.org
destname: pdc
localpath: /pdc
remotepath: /
proxyurl: http://localhost:10045
- role: httpd/reverseproxy

View file

@ -427,6 +427,13 @@
gzip: true
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
name: developer.fedoraproject.org
server_aliases: [developer.stg.fedoraproject.org]