Merge pull request #2325 from intrigus-lgtm/patch-1

* Enable gzip in nginx config
This commit is contained in:
Kevin Chung
2023-06-13 18:52:44 -04:00
committed by GitHub

View File

@@ -17,6 +17,8 @@ http {
listen 80; listen 80;
gzip on;
client_max_body_size 4G; client_max_body_size 4G;
# Handle Server Sent Events for Notifications # Handle Server Sent Events for Notifications