POST-запрос

Алексей Васильевич Залесов aleksey.zalesov at phystech.edu
Wed May 27 17:05:13 MSD 2009


Настраиваю форум punbb. Читать его с такими редиректами можно, но
сообщения не отправляются - на rewrite.php POST-параметры не приходят.
Подскажите, как исправить.

location @punbb {
                fastcgi_param SCRIPT_FILENAME $root_path/punbb/rewrite.php;
                if ($request_uri ~* ^/punbb(.*)$){
                        set $new_uri $1;
                }

                fastcgi_param REQUEST_URI $new_uri;
                fastcgi_pass    127.0.0.1:9000;
 }

location /punbb {
                index index.php;
                error_page 404 = @punbb;
 }


-- 
Алексей


More information about the nginx-ru mailing list