<html><body><span class="xfm_03070014">Здравствуйте.<br/><br/>Имеется коммерческая php система.<br/>Внутри все зашифровано .<br/><br/>В логах присутствуют запросы вида /app/cron/queue.php?jobId=0&dataId=2314&cronKey=5c207b74a133bbeaad2456a6124204b9<br/><br/>Нужно создать локейшен с другими настройками php (php5-fpm)<br/><br/>Создал такой, но что-то не попадает...<br/><br/>        location ~ [^/]app/cron/(.*\.ph(p\d*|tml)) {<br/>                           try_files /does_not_exists @php2;<br/>                }<br/><br/>        location @php2 {<br/>                fastcgi_index index.php;<br/>                fastcgi_param PHP_ADMIN_VALUE "sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@XXXXXX.org";<br/>                fastcgi_pass unix:/var/www/php-fpm/XXXXXXX-admin.sock;<br/>                fastcgi_split_path_info ^((?U).+\.ph(?:p\d*|tml))(/?.+)$;<br/>                try_files $uri =404;<br/>                include fastcgi_params;<br/>        }<br/><br/>Подскажите плз, как сделать...<br/><br/><br/><br/>--<br/> Vladislav V. Prodan<br/> System & Network Administrator<br/> support.od.ua</span><img src="https://mail.ukr.net/api/public/message_read?a=gai7r91VLnuq2JW_e502BHagZNI-E8vlVlFKcrrDIhSqey5D0MDd0-1gn6aYOmnl6n5vQqiGv7TaihcBraVYK797QsFSit500Ls=" alt="" width="1" height="1" style="visibility: hidden; width: 1px; height: 1px;"/>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               </body></html>