summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-06 12:04:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-06 12:04:22 -0400
commitda0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12 (patch)
treed6520ee16291ed3c805ad8014d518e9dd03ec694 /config
parentce8cb14eb598c4e9820bbb335190f4bcaa359610 (diff)
downloadchat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.tar.gz
chat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.tar.bz2
chat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.zip
Adding webserver mode to the system console. Automatic enabling of gzip on existing servers (#3458)
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 03df2bf37..de4bd5e84 100644
--- a/config/config.json
+++ b/config/config.json
@@ -23,7 +23,7 @@
"SessionCacheInMinutes": 10,
"WebsocketSecurePort": 443,
"WebsocketPort": 80,
- "WebserverMode": "regular",
+ "WebserverMode": "gzip",
"EnableCustomEmoji": false,
"RestrictCustomEmojiCreation": "all"
},
@@ -188,4 +188,4 @@
"LocaleAttribute": "",
"LoginButtonText": "With SAML"
}
-} \ No newline at end of file
+}