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
sudo nginx -t nginx: [emerg] dlopen() "/etc/nginx/modules/modules/ngx_http_headers_more_filter_module.so" failed (/etc/nginx/modules/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7 nginx: configuration file /etc/nginx/nginx.conf test failed
I have installed the module using this code , but it stills gives me the same error , can someone help me ? apt install libnginx-mod-http-headers-more-filter
When using
sudo nginx -t
I get this error
I have installed the module using this code , but it stills gives me the same error , can someone help me ? apt install libnginx-mod-http-headers-more-filter
events {
worker_connections 8096;
use epoll;
multi_accept on;
}
http {
}
The text was updated successfully, but these errors were encountered: