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 | 92f94cb4fa820793e5cc17c171c9323629533dd0 (patch) | |
| tree | 45d54a5995d289bbb93be69e153747637f50b02e | |
| parent | 66b12e03c43412004d20da29353724c344157d9a (diff) | |
tv public_html: add server aliases for gg23
| -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 a686d28..cc7a398 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 = ''  | 
