summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/web-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 4a126dc..4ef070b 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -90,7 +90,7 @@
};
};
"kufieta.net" = template // {
- # locations."/".proxyPass = "http://10.0.20.13";
+ locations."/".proxyPass = "http://10.0.20.13:8080";
};
};
};