diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-02-20 21:22:10 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-02-20 21:22:10 -0500 |
commit | 2f53c48cc344ac6bd6a20a28e6aff3c698ebdea2 (patch) | |
tree | 09106234a871677ef398cfbb9154f1de5cff90c2 /config | |
parent | 150b0c5452091abbbb90040af9eab5968008a29c (diff) |
Update dragon config
Diffstat (limited to 'config')
-rw-r--r-- | config/web-server.nix | 10 |
1 files 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"; }; |