From fb9c7a4fcc35e84427102b6626c7a3e03aa8b843 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 9 Jun 2023 12:23:10 +0100 Subject: [PATCH] Notes --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index f251c43..83b7b0b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,9 @@ user nginx; worker_processes 1; +##load_module modules/ngx_http_brotli_static_module.so; +# Required to load module if using the newer image + error_log /var/log/nginx/error.log notice; pid /var/run/nginx.pid;