From 7ecd892c3d785b2ce1c3e0b8a90b921ef835d31a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 1 Feb 2019 08:55:12 -0800 Subject: Add simatime subdomains --- configuration.nix | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/configuration.nix b/configuration.nix index a599aa9..168f3bc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,33 @@ recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts = { + "simatime.com" = { + #forceSSL = true; + #enableACME = true; + locations = { + "/" = { + proxyPass = "http://68.107.97.20:8000"; + }; + }; + }; + "dev.simatime.com" = { + #forceSSL = true; + #enableACME = true; + locations = { + "/" = { + proxyPass = "http://68.107.97.20:3000"; + }; + }; + }; + "hero.simatime.com" = { + #forceSSL = true; + #enableACME = true; + locations = { + "/" = { + proxyPass = "http://68.107.97.20:3001"; + }; + }; + }; "ibb.simatime.com" = { forceSSL = true; enableACME = true; -- cgit v1.2.3