Move gzip config so location is on top

This commit is contained in:
Kevin Chung
2023-06-13 18:33:35 -04:00
parent 4b4847e600
commit 4be7b9f8ed

View File

@@ -15,10 +15,10 @@ http {
server { server {
gzip on;
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