Adding modules problem
bennyk
nginx-forum at forum.nginx.org
Sun Nov 25 21:55:45 UTC 2018
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
More information about the nginx
mailing list