Browse Source

Added the default 'protocol' field to 'server.json'.

default 1 year ago
parent
commit
5daab81d01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils.c

+ 1 - 0
utils.c

@@ -34,6 +34,7 @@ static const char *default_srv_config = "{"
     "\"admin_account\":        \"\","
     "\"title\":                \"\","
     "\"short_description\":    \"\","
+    "\"protocol\":             \"https\","
     "\"fastcgi\":              false"
     "}";