405 Not Allowed

felipesmendes nginx-forum at forum.nginx.org
Wed Mar 9 11:16:50 UTC 2022


Hi Sergey,

Thank you for support.

I managed to solve this problem.

I add this configuration in vhost then it works:

dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;
create_full_put_path on;
dav_access user:rw group:rw all:rw;

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293805,293813#msg-293813



More information about the nginx mailing list