Merge remote-tracking branch 'pnp/master'

This commit is contained in:
lassulus 2015-10-25 21:27:14 +01:00
commit 4bdb4d14d3

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" ] ;