diff options
author | default <nobody@localhost> | 2024-04-19 09:26:34 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-19 09:26:34 +0200 |
commit | 5daab81d01e4524616e786b0dc63778fd4201dae (patch) | |
tree | 28081edde9ea85bfd5b6369758896213ddf813ee /utils.c | |
parent | 040c43fb08fb4c9c00240c53515432f5f83454c9 (diff) |
Added the default 'protocol' field to 'server.json'.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ static const char *default_srv_config = "{" "\"admin_account\": \"\"," "\"title\": \"\"," "\"short_description\": \"\"," + "\"protocol\": \"https\"," "\"fastcgi\": false" "}"; |