From c190d21228a0a5d978f8ec80365741bca92424ed Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 26 Apr 2024 03:51:24 -0400 Subject: [PATCH] Infini-OPTIPLEX: add ssl to files and test --- hosts/Infini-OPTIPLEX/web.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-OPTIPLEX/web.nix b/hosts/Infini-OPTIPLEX/web.nix index 28b52c2..abd66f0 100644 --- a/hosts/Infini-OPTIPLEX/web.nix +++ b/hosts/Infini-OPTIPLEX/web.nix @@ -10,7 +10,7 @@ in root = ./static; }; }; - "files.inx.moe" = { + "files.inx.moe" = ssl // { locations."/" = { root = "/srv/web/files.inx.moe"; extraConfig = '' @@ -18,7 +18,7 @@ in ''; }; }; - "test.inx.moe" = { + "test.inx.moe" = ssl // { root = "/srv/web/inx.moe"; locations."/" = { tryFiles = "$uri $uri.html =404";