Hi, I'm using nginx and a fastcgi service to upload some audio-video contents. This is my conf: location /catramms/binary { if ($request_method = POST) { rewrite ^/catramms/binary/([0-9]+)/?$ /authorization?method=uploadBinary&ingestionJobKey=$1&X-Progress-ID=$1 last; } location /authorization {by Giuliano Catrambone - Php-fpm Mailing List - English