diff options
author | tv <tv@krebsco.de> | 2015-10-17 18:36:55 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-17 18:36:55 +0200 |
commit | 2698681e4c7d6ded5aa88d16bca3c2b0b1623149 (patch) | |
tree | 5e2e9ad795a330d75f5afd0dd3e10fb4240eae72 /tv/1systems | |
parent | 79ece3e4fc93ea3b2a2a0a52cc207af78753db0d (diff) |
cd: update krebs.nginx.servers.cgit.server-names
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/cd.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 4f19609..12e52cd 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -66,7 +66,10 @@ with lib; } { tv.iptables.input-internet-accept-new-tcp = singleton "http"; - krebs.nginx.servers.cgit.server-names = singleton "cgit.cd.viljetic.de"; + krebs.nginx.servers.cgit.server-names = [ + "cgit.cd.krebsco.de" + "cgit.cd.viljetic.de" + ]; } { # TODO make public_html also available to cd, cd.retiolum (AKA default) |