summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix10
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";
};