aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server.WebAdmin/Program.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 20:13:06 -0500
committerMichael <[email protected]>2017-02-12 20:13:06 -0500
commitf483997d33bc59fccfc2cb967d0bef2e29448a02 (patch)
treedfa536d0957f282da9f833aedd0c3fb41c014ff7 /ShiftOS.Server.WebAdmin/Program.cs
parentf5f4dcbdb58829707ecbc7ecc20ffdae8c656457 (diff)
downloadshiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.gz
shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.bz2
shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.zip
New chat client-side.
Diffstat (limited to 'ShiftOS.Server.WebAdmin/Program.cs')
-rw-r--r--ShiftOS.Server.WebAdmin/Program.cs2
1 files changed, 1 insertions, 1 deletions
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();