The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file part of nginx.conf file, http section
# You nedd add this strings in you nginx.conf, http section or copy in
# /etc/nginx/conf.d (aviable in some distrs)

# Change this path to gallery/lib path
perl_modules  /home/rubin/workspace/gallery/lib;

perl_require  Nginx/Module/Gallery.pm;