From 2f53c48cc344ac6bd6a20a28e6aff3c698ebdea2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 20 Feb 2021 21:22:10 -0500 Subject: Update dragon config --- config/web-server.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/web-server.nix b/config/web-server.nix index 0aa48c8..b13946e 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -151,11 +151,11 @@ # proxyPass = "http://10.0.20.15:11102"; #}; }; - "ympd.orbekk.com" = template // { - locations."/" = { - proxyPass = "http://${mpdweb_loc.address}:${toString mpdweb_loc.port}/"; - }; - }; + #"ympd.orbekk.com" = template // { + # locations."/" = { + # proxyPass = "http://${mpdweb_loc.address}:${toString mpdweb_loc.port}/"; + # }; + #}; "git.orbekk.com" = template // { locations."/".proxyPass = "http://localhost:11103"; }; -- cgit v1.2.3