diff options
author | tv <tv@krebsco.de> | 2017-08-01 20:11:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 20:11:14 +0200 |
commit | e749d26c4fd2401b7f8e0293aaf780b4700af3c1 (patch) | |
tree | 5c480494e001433ea3838f790ae3f2b46ac585ad /tv/2configs | |
parent | 11a65914542870cf5326ea602926b55553362b17 (diff) |
tv public_html: add server aliases for gg23
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/nginx/public_html.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/nginx/public_html.nix b/tv/2configs/nginx/public_html.nix index a686d281c..cc7a39891 100644 --- a/tv/2configs/nginx/public_html.nix +++ b/tv/2configs/nginx/public_html.nix @@ -9,6 +9,7 @@ with import <stockholm/lib>; serverAliases = [ "localhost" "${config.krebs.build.host.name}" + "${config.krebs.build.host.name}.gg23" "${config.krebs.build.host.name}.r" ]; locations."~ ^/~(.+?)(/.*)?\$".extraConfig = '' |