diff options
| author | 2024-04-19 09:26:34 +0200 | |
|---|---|---|
| committer | 2024-04-19 09:26:34 +0200 | |
| commit | 5daab81d01e4524616e786b0dc63778fd4201dae (patch) | |
| tree | 28081edde9ea85bfd5b6369758896213ddf813ee | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-5daab81d01e4524616e786b0dc63778fd4201dae.tar.gz penes-snac2-5daab81d01e4524616e786b0dc63778fd4201dae.tar.xz penes-snac2-5daab81d01e4524616e786b0dc63778fd4201dae.zip | |
Added the default 'protocol' field to 'server.json'.
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -34,6 +34,7 @@ static const char *default_srv_config = "{" | |||
| 34 | "\"admin_account\": \"\"," | 34 | "\"admin_account\": \"\"," |
| 35 | "\"title\": \"\"," | 35 | "\"title\": \"\"," |
| 36 | "\"short_description\": \"\"," | 36 | "\"short_description\": \"\"," |
| 37 | "\"protocol\": \"https\"," | ||
| 37 | "\"fastcgi\": false" | 38 | "\"fastcgi\": false" |
| 38 | "}"; | 39 | "}"; |
| 39 | 40 | ||