see if this works better
This commit is contained in:
parent
345a05bb0c
commit
ec2a0996ac
1 changed files with 7 additions and 2 deletions
|
@ -744,7 +744,8 @@
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: lists.fedorahosted.org
|
site_name: lists.fedorahosted.org
|
||||||
server_aliases: [lists.stg.fedorahosted.org]
|
server_aliases:
|
||||||
|
- lists.stg.fedorahosted.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
certbot: true
|
certbot: true
|
||||||
tags: fedorahosted
|
tags: fedorahosted
|
||||||
|
@ -1007,7 +1008,11 @@
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: fedorahosted.org
|
site_name: fedorahosted.org
|
||||||
sslonly: true
|
sslonly: true
|
||||||
server_aliases: [git.fedorahosted.org bzr.fedorahosted.org hg.fedorahosted.org svn.fedorahosted.org]
|
server_aliases:
|
||||||
|
- git.fedorahosted.org
|
||||||
|
- bzr.fedorahosted.org
|
||||||
|
- hg.fedorahosted.org
|
||||||
|
- svn.fedorahosted.org
|
||||||
certbot: true
|
certbot: true
|
||||||
tags: fedorahosted
|
tags: fedorahosted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue