From 682780e6f61ba8650e0928b768078ebab65e6d71 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 22 Jun 2023 12:23:23 +0200 Subject: [PATCH] typo --- .../src/opnsense/service/templates/OPNsense/Nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/nginx.conf b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/nginx.conf index 061e5a6e2..3c8f912b9 100644 --- a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/nginx.conf +++ b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/nginx.conf @@ -5,7 +5,7 @@ load_module /usr/local/libexec/nginx/ngx_mail_module.so; load_module /usr/local/libexec/nginx/ngx_http_brotli_filter_module.so; load_module /usr/local/libexec/nginx/ngx_http_brotli_static_module.so; load_module /usr/local/libexec/nginx/ngx_http_js_module.so; -load_module /usr/local/libexec/nginx/ngx_http_vhost_traffic_status_module.so +load_module /usr/local/libexec/nginx/ngx_http_vhost_traffic_status_module.so; {% if OPNsense.Nginx.http.headers_more_enable is defined and OPNsense.Nginx.http.headers_more_enable == '1' %} load_module /usr/local/libexec/nginx/ngx_http_headers_more_filter_module.so; {% endif %}