From 439f346694c15d4b6633b89734f45365cf0e1050 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 31 May 2018 21:18:58 +0200 Subject: [PATCH] Update --- src/necronda-server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/necronda-server.cpp b/src/necronda-server.cpp index 22381cf..c03b800 100644 --- a/src/necronda-server.cpp +++ b/src/necronda-server.cpp @@ -221,7 +221,7 @@ string read_line(FILE* file) { string getWebRoot(string host) { string root = webroot + host; - if (host == "www.necronda.net") { + if (host == "www.necronda.net:4443") { host = "www.necronda.net-new"; } if (fileExists(root)) {