diff options
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r-- | hosts/kay/modules/www.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix index 521bd6e..2b0c7fb 100644 --- a/hosts/kay/modules/www.nix +++ b/hosts/kay/modules/www.nix @@ -58,7 +58,8 @@ in ''; locations."/" = { - proxyPass = "http://10.0.1.4:80"; + return = "200 '<h1>under construction</h1>'"; + extraConfig = "add_header Content-Type text/html;"; }; }; }; |