From f483997d33bc59fccfc2cb967d0bef2e29448a02 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Feb 2017 20:13:06 -0500 Subject: New chat client-side. --- ShiftOS.Server.WebAdmin/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Server.WebAdmin') diff --git a/ShiftOS.Server.WebAdmin/Program.cs b/ShiftOS.Server.WebAdmin/Program.cs index b624ee7..dc83efe 100644 --- a/ShiftOS.Server.WebAdmin/Program.cs +++ b/ShiftOS.Server.WebAdmin/Program.cs @@ -22,7 +22,7 @@ namespace ShiftOS.Server.WebAdmin { var HostConf = new HostConfiguration(); HostConf.UrlReservations.CreateAutomatically = true; - + HostConf.RewriteLocalhost = true; using(var nancy = new NancyHost(HostConf, new Uri("http://localhost:13371/mudadmin/"))) { nancy.Start(); -- cgit v1.2.3