Here is the log of debug level on Nginx
2022/03/10 11:47:41 [debug] 28458#28458: *757 accept: 201.48.168.101:60280
fd:14
2022/03/10 11:47:41 [debug] 28458#28458: *757 event timer add: 14:
6:59237613689
2022/03/10 11:47:41 [debug] 28458#28458: *757 reusable connection: 1
2022/03/10 11:47:41 [d
Hi Sergey,
I didn't realize this because I didn't know Nginx, so now I removed those
settings and went back to using saber/dav and I'll follow your advice to try
to debug the 405 error.
I'll be back soon with updates.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,293805,293820#msg-2
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
Hello Sergey,
I did what you told, update to nginx (1.16.1-0+xenial1).
And here is the config of server:
# The server directive says Nginx that this is a new server configuration
server {
# This has to be the domain you want to use
server_name webdav.inoprime.com.br;
# Th
Hello Nginx Team,
I'm trying to use a WebDav server called sabredav
(https://sabre.io/dav/install/) , so I installed everything and seens to
work, but when I try to connect to this server by WinSCP client i'm gotting
405 Not allowed, on access log comes this:
201.48.168.101 - - [08/Mar/2022:14:00