From 4be7b9f8ed72ceec00fe3762c1335528509bd2d4 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 13 Jun 2023 18:33:35 -0400 Subject: [PATCH] Move gzip config so location is on top --- conf/nginx/http.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx/http.conf b/conf/nginx/http.conf index 5c8248ab..64e7114f 100644 --- a/conf/nginx/http.conf +++ b/conf/nginx/http.conf @@ -15,10 +15,10 @@ http { server { - gzip on; - listen 80; + gzip on; + client_max_body_size 4G; # Handle Server Sent Events for Notifications