Im trying to add modules to Nginx, therefore im compiling it. Im adding the realip and the brotli modules:
sudo ./configure --with-http_realip_module --with-http_ssl_module \ --add-module=/usr/local/src/ngx_brotli --sbin-path=/usr/sbin/nginx sudo make sudo make install After running these commands only the realip module works, although when im compiling only with brotli, the brotly module works. When im compiling with realip only the realip module works as well. Any suggestions? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282119,282119#msg-282119 _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx