diff options
| author | Michael <[email protected]> | 2017-02-12 20:13:06 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 20:13:06 -0500 |
| commit | f483997d33bc59fccfc2cb967d0bef2e29448a02 (patch) | |
| tree | dfa536d0957f282da9f833aedd0c3fb41c014ff7 /ShiftOS.Server.WebAdmin | |
| parent | f5f4dcbdb58829707ecbc7ecc20ffdae8c656457 (diff) | |
| download | shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.gz shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.tar.bz2 shiftos_thereturn-f483997d33bc59fccfc2cb967d0bef2e29448a02.zip | |
New chat client-side.
Diffstat (limited to 'ShiftOS.Server.WebAdmin')
| -rw-r--r-- | ShiftOS.Server.WebAdmin/Program.cs | 2 |
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(); |
