From 240fddde772cd4d7a318a8a14f81d308b826382b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 27 Apr 2023 15:57:33 -0700 Subject: [PATCH] fix styling Signed-off-by: Arthur Lu --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index ebb66e6..7071f3c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,12 +26,12 @@ http { gzip_http_version 1.1; gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; - # include sites - include /etc/nginx/sites/*; - # ssl parameters include /etc/nginx/ssl-params.conf; # proxy parameters include /etc/nginx/proxy-params.conf; + + # include sites + include /etc/nginx/sites/*; }