Re: Nginx getting last variables on exploded uri
Thanks for all. Working it now. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248408,248411#msg-248411 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
Nginx getting last variables on exploded uri
Where is the problem? I cound not found it. My uri is : /rdev/4/0/9/2/3/2/409232-750-0-257506-supra-ayakkabi-resimleri.jpg Nginx conf is : if ($request_uri ~* "/rdev/(.*)-(.*)-(.*)-(.*)\.jpg$") { set $exp1 $1; set $exp2 $2; set $exp3 $3; set $exp4 $4; } add_header out_head1