From 394cd68677655d108bbe38ffa5ad6e973f21cf10 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sat, 13 Jan 2024 12:15:40 +0330 Subject: [PATCH] chore(nginx-core): Add missing semicolon to gzip configuration --- nginx-core/etc/nginx/templates/http.d/61-gzip.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-core/etc/nginx/templates/http.d/61-gzip.conf.template b/nginx-core/etc/nginx/templates/http.d/61-gzip.conf.template index 9b4d258..fdb8172 100644 --- a/nginx-core/etc/nginx/templates/http.d/61-gzip.conf.template +++ b/nginx-core/etc/nginx/templates/http.d/61-gzip.conf.template @@ -33,3 +33,4 @@ gzip_types font/opentype font/otf font/woff +;