Subversion behind Nginx

Igor Sysoev is at rambler-co.ru
Tue Jan 2 15:25:07 MSK 2007


On Mon, 1 Jan 2007, Aleksandar Lazic wrote:

> On Son 31.12.2006 18:16, Cliff Wells wrote:
>> 
>> How difficult would it be for Nginx to support these additional methods
>> as well?  There's at least two reference implementations (Apache and
>> Squid).
>
> I'am not sure but could this help:
>
> ---
> proxy_method PROPFIND REPORT MERGE MKACTIVITY CHECKOUT;
>
> or
>
> proxy_method PROPFIND;
> ---

No, the proxy_method directive is used to override the client request method.
I use it when I need to inlcude an response from another server via SSI.
A client may POST request but the server expect a GET request.


Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list