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;