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
Ran brew doctor, fixed as many issues as possible and retried your prior step?
Checked that a similar issue hasn't already been filed?
Brief summary of issue:
I've tried on two machines building nginx with the --with-headers-more-module option, to get the headers more module which I try to include via load_module modules/ngx_http_headers_more_filter_module.so;
in nginx.conf.
Yet, nginx complains that the file does not exist and I don't see any "modules" directory in the nginx installation path.
A find for the file (or any .so) does not return anything.
Indicate troubleshooting steps taken
brew update
and retried your prior step?brew doctor
, fixed as many issues as possible and retried your prior step?Brief summary of issue:
I've tried on two machines building nginx with the --with-headers-more-module option, to get the headers more module which I try to include via
load_module modules/ngx_http_headers_more_filter_module.so;
in nginx.conf.
Yet, nginx complains that the file does not exist and I don't see any "modules" directory in the nginx installation path.
A find for the file (or any .so) does not return anything.
The complete command that you issued:
brew install --verbose nginx-full --with-headers-more-module
Gist with output of command issued:
https://gist.github.com/ahorseman/673ac3aa44d5d0a1fa7b1cbaaa164d7d
Output of
brew config
:The text was updated successfully, but these errors were encountered: