You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a reload / restart nginx fails because the paths are invalid.
After removing those lines, nginx starts corretly. The modules are loaded correctly from separate include files:
Installation/upgrade of grommunio-common seems to add invalid load_module sections to nginx.conf:
load_module modules/ngx_http_brotli_static_module.so; load_module modules/ngx_http_brotli_filter_module.so; load_module modules/ngx_http_vhost_traffic_status_module.so;
After a reload / restart nginx fails because the paths are invalid.
After removing those lines, nginx starts corretly. The modules are loaded correctly from separate include files:
/usr/share/nginx/modules/mod-brotli.conf
load_module "/usr/lib64/nginx/modules/ngx_http_brotli_filter_module.so"; load_module "/usr/lib64/nginx/modules/ngx_http_brotli_static_module.so";
/usr/share/nginx/modules/mod-vhost-traffic-status.conf
load_module "/usr/lib64/nginx/modules/ngx_http_vhost_traffic_status_module.so";
Please remove the nginx.conf modification from the rpm package.
The text was updated successfully, but these errors were encountered: