make localhost a ServerAlias on fp.o
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
e04c03e6a6
commit
5ca2fae88e
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: fedoraproject.org
|
name: fedoraproject.org
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
server_aliases: [stg.fedoraproject.org]
|
server_aliases:
|
||||||
|
- stg.fedoraproject.org
|
||||||
|
- localhost
|
||||||
|
|
||||||
# This is for all the other domains we own
|
# This is for all the other domains we own
|
||||||
# that redirect to http://fedoraproject.org
|
# that redirect to http://fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue