wry: listen for graphs.retiolum

This commit is contained in:
makefu 2015-10-25 18:06:46 +01:00
parent c62885a0bc
commit cca25c7b66
2 changed files with 2 additions and 1 deletions

View File

@ -185,6 +185,7 @@ with lib;
addrs6 = ["42:6e1e:cc8a:7cef:827:f938:8c64:baad"]; addrs6 = ["42:6e1e:cc8a:7cef:827:f938:8c64:baad"];
aliases = [ aliases = [
"graphs.wry.retiolum" "graphs.wry.retiolum"
"graphs.retiolum"
"paste.wry.retiolum" "paste.wry.retiolum"
"paste.retiolum" "paste.retiolum"
"wry.retiolum" "wry.retiolum"

View File

@ -47,7 +47,7 @@ in {
# TODO: remove hard-coded hostname # TODO: remove hard-coded hostname
complete = { complete = {
listen = [ "${internal-ip}:80" ]; listen = [ "${internal-ip}:80" ];
server-names = [ "graphs.wry" ]; server-names = [ "graphs.wry" "graphs.retiolum" "graphs.wry.retiolum" ];
}; };
anonymous = { anonymous = {
listen = [ "${external-ip}:80" ] ; listen = [ "${external-ip}:80" ] ;