diff options
Diffstat (limited to 'host/Rory-nginx/hosts/thearcanebrony.net/search.nix')
-rw-r--r-- | host/Rory-nginx/hosts/thearcanebrony.net/search.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/search.nix b/host/Rory-nginx/hosts/thearcanebrony.net/search.nix index e69de29..4bacdaa 100644 --- a/host/Rory-nginx/hosts/thearcanebrony.net/search.nix +++ b/host/Rory-nginx/hosts/thearcanebrony.net/search.nix @@ -0,0 +1,8 @@ +{ + locations = { + "/" = { + extraConfig = '' + rewrite ^ https://thearcanebrony.net/unavailable.html break;''; + }; + }; +} \ No newline at end of file |