summaryrefslogtreecommitdiff
path: root/hosts/kay/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-11-27 21:20:18 +0530
committersinanmohd <sinan@sinanmohd.com>2023-11-27 21:23:46 +0530
commitbd2cd8cf8ebd3f7bfcde96e0e8002fcbab64b908 (patch)
tree735228328fa7c2f0d5e6db8e265a9488f1d16093 /hosts/kay/modules
parent6c011dc22e901be95f4860f482049a038bee8c3a (diff)
kay/www/fscusat: put up under construction notice
Diffstat (limited to 'hosts/kay/modules')
-rw-r--r--hosts/kay/modules/www.nix3
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;";
};
};
};