This commit is contained in:
Franco Fichtner
2023-06-22 12:23:23 +02:00
parent d26aaa7352
commit 682780e6f6
@@ -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_filter_module.so;
load_module /usr/local/libexec/nginx/ngx_http_brotli_static_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_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' %} {% 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; load_module /usr/local/libexec/nginx/ngx_http_headers_more_filter_module.so;
{% endif %} {% endif %}