Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: передача PUT/DELETE на FastCGI
On Mon, Aug 02, 2010 at 09:54:20PM +0300, Volodymyr Kostyrko wrote:
> Снимите с ручника опять плиз.
>
> При запросе PUT или DELETE в location который ходит к php через FastCGI
> получаю только 405 Method not allowed. limit_except тоже не помогает...
>
> location / {
> limit_except GET POST DELETE PUT {
> allow all;
> }
> auth_basic testing;
> auth_basic_user_file /home/etc/htpasswd;
> location ~ .*\.php$ {
> include /usr/local/etc/nginx/fastcgi_params;
> fastcgi_pass unix:/home/www/.fastcgi.php.socket;
> fastcgi_index index.php;
> fastcgi_param SCRIPT_FILENAME /www/app/webroot$fastcgi_script_name;
> fastcgi_param DOCUMENT_ROOT /www;
> }
> }
Как выглядит запрос - "PUT /...." ?
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|