diff options
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(); |
