diff options
author | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-08-19 02:30:51 +0200 |
commit | 358633f9737c8327d6028ebfadf72cbb51df70fb (patch) | |
tree | 7e8f573ad0ae14e6cd0acba69e6f7d84aa6c471f /tv/2configs/nginx | |
parent | c61d99ccc653c9bee950c9e2d8a3f5bf6f4d8d1c (diff) |
tv nets: gg23 -> hkw
Diffstat (limited to 'tv/2configs/nginx')
-rw-r--r-- | tv/2configs/nginx/public_html.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/nginx/public_html.nix b/tv/2configs/nginx/public_html.nix index cc7a39891..a37498ba3 100644 --- a/tv/2configs/nginx/public_html.nix +++ b/tv/2configs/nginx/public_html.nix @@ -9,7 +9,7 @@ with import <stockholm/lib>; serverAliases = [ "localhost" "${config.krebs.build.host.name}" - "${config.krebs.build.host.name}.gg23" + "${config.krebs.build.host.name}.hkw" "${config.krebs.build.host.name}.r" ]; locations."~ ^/~(.+?)(/.*)?\$".extraConfig = '' |