location ~*
          ^.+\.(jpg|jpeg|gif|css|png|js|ico|html|flv|swf)$ {
                        keepalive_timeout 75;
                        keepalive_requests 100;
                        root   /home/bitrix/www/site/htdocs/;
                        access_log        off;
                        expires           30d;
                        autoindex         on;
                }
                include bx/conf/im_common.conf;
                include bx/conf/bitrix.conf;
                include bx/server_monitor.conf;
        }