Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EL9 grommunio-common package seems to break nginx.conf #121

Open
dfied opened this issue Jan 3, 2025 · 1 comment
Open

EL9 grommunio-common package seems to break nginx.conf #121

dfied opened this issue Jan 3, 2025 · 1 comment

Comments

@dfied
Copy link

dfied commented Jan 3, 2025

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.

@dfied
Copy link
Author

dfied commented Jan 13, 2025

Still occuring with grommunio-common-26.a6f127d-43.4.x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant