diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 21:20:18 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-27 21:23:46 +0530 |
commit | bd2cd8cf8ebd3f7bfcde96e0e8002fcbab64b908 (patch) | |
tree | 735228328fa7c2f0d5e6db8e265a9488f1d16093 /hosts/kay/modules/www.nix | |
parent | 6c011dc22e901be95f4860f482049a038bee8c3a (diff) |
kay/www/fscusat: put up under construction notice
Diffstat (limited to 'hosts/kay/modules/www.nix')
-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;"; }; }; }; |