Fix pkgs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4d1f5311e8
commit
09b6991fa8
2 changed files with 1 additions and 17 deletions
|
@ -504,16 +504,6 @@
|
||||||
header_scheme: true
|
header_scheme: true
|
||||||
header_expect: true
|
header_expect: true
|
||||||
keephost: true
|
keephost: true
|
||||||
when: env == "production"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
|
||||||
website: src.stg.fedoraproject.org
|
|
||||||
destname: git
|
|
||||||
proxyurl: http://localhost:10057
|
|
||||||
header_scheme: true
|
|
||||||
header_expect: true
|
|
||||||
keephost: true
|
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: osbs.fedoraproject.org
|
website: osbs.fedoraproject.org
|
||||||
|
|
|
@ -158,15 +158,9 @@
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: src.fedoraproject.org
|
name: src.fedoraproject.org
|
||||||
|
server_aliases: [src.stg.fedoraproject.org]
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
sslonly: true
|
sslonly: true
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/website
|
|
||||||
name: src.stg.fedoraproject.org
|
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
|
||||||
sslonly: true
|
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: download.fedoraproject.org
|
name: download.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue