From 1ae65d7b3c06e1792a2935f90667f7630fcbe69e Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 13 Jun 2023 18:34:25 -0400 Subject: [PATCH] Remove extra space --- conf/nginx/http.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx/http.conf b/conf/nginx/http.conf index 64e7114f..c4be3a12 100644 --- a/conf/nginx/http.conf +++ b/conf/nginx/http.conf @@ -14,7 +14,7 @@ http { } server { - + listen 80; gzip on;