From da6919a997aa76b61d25f1c956af5e3bcb4fda7b Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Thu, 10 Oct 2024 01:24:18 -0400 Subject: [PATCH] =?UTF-8?q?add=20=EA=99=AE.run=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ogdo.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ogdo.nix b/ogdo.nix index 893ba73..31ec73f 100644 --- a/ogdo.nix +++ b/ogdo.nix @@ -52,5 +52,22 @@ locations."/".return = "301 http://xn--xx8a.run$request_uri"; }; + + virtualHosts."ꙮ.run" = { + listen = [ + { + addr = "0.0.0.0"; + port = 80; + } + { + port = 80; + addr = "[::]"; + } + ]; + + rejectSSL = true; + + locations."/".return = "301 http://xn--xx8a.run$request_uri"; + }; }; }