Я так делаю: set $fake $request_uri; # без этого в перле не будет доступна переменная $request_uri location ^~ /int_php/ { internal; proxy_pass http://127.0.0.1:8080/; } location / { set $backend /int_php; perl module::do; } в perl - $r->internal_redirect($r->variable("backend").$r->variable("request_uriby pauc - Nginx Mailing List - Russian