From bf4cc39971f094eceb6ab3b190887ad0de7458ac Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:41:03 +0200 Subject: r2wars parking page --- nix/hosts/corrino/www/r2wa.rs.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nix/hosts/corrino/www/r2wa.rs.nix (limited to 'nix/hosts/corrino/www/r2wa.rs.nix') diff --git a/nix/hosts/corrino/www/r2wa.rs.nix b/nix/hosts/corrino/www/r2wa.rs.nix new file mode 100644 index 0000000..f7a0a7e --- /dev/null +++ b/nix/hosts/corrino/www/r2wa.rs.nix @@ -0,0 +1,16 @@ +{ ... }: + +{ + services.nginx.virtualHosts."r2wa.rs" = { + forceSSL = true; + enableACME = true; + + # kTLS = true; + + locations = { + "/" = { + return = "301 http://emile.space/blog/2020/r2wars/"; + }; + }; + }; +} -- cgit 1.4.1