Rebuild Nginx with Image Filter Module on Arch Linux

  • Install nginx
pacman -S nginx
  • Configure and build nginx with image filter module
cd /usr/src/nginx/ ./configure --with-compat --with-http_image_filter_module=dynamic make
  • Restart nginx
systemctl restart nginx