From 70aedf03f6ed5b3cda8bebedfea9df555e1160d3 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 1 Jun 2022 20:23:14 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20walkah.net=20vhost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ipfs/gateway.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ipfs/gateway.nix b/modules/ipfs/gateway.nix index 12f97cb..8d7bed7 100644 --- a/modules/ipfs/gateway.nix +++ b/modules/ipfs/gateway.nix @@ -44,7 +44,11 @@ in virtualHosts."walkah.cloud" = { forceSSL = true; enableACME = true; - locations."/" = { proxyPass = "http://127.0.0.1:8080"; }; + locations."/" = { proxyPass = "http://127.0.0.1:8080"; }; + serverAliases = [ + "walkah.net" + "www.walkah.net" + ]; }; }; };