Hi,
thanks for the update.
[...]
Have you sent/tested any other request to the sabre/dav through nginx?
And if so, could you share a result in from the nginx logfile.
Also, let's return back to the request:
201.48.168.101 - - [08/Mar/2022:14:00:38 +] "OPTIONS / HTTP/1.1" 405 182
"-" "WinSC
Hi Jim,
On Tue, Mar 08, 2022 at 04:55:53PM -0700, Jim Taylor wrote:
> This is my server configuration. I want to display a PDF file. If I
> out the PDF in /data/images, it displays correctly in my browser
> (Firefoc). If I put the PDF in /data/documents I get error 403.
> Obviously, I'm doin
This is my server configuration. I want to display a PDF file. If I
out the PDF in /data/images, it displays correctly in my browser
(Firefoc). If I put the PDF in /data/documents I get error 403.
Obviously, I'm doing something stupid. Is it really impossible to have
both a documents and an
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
Hi,
On Tue, Mar 08, 2022 at 09:04:40AM -0500, felipesmendes wrote:
> 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
> 4
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
On Mon, Mar 07, 2022 at 07:53:04PM +, Ben Mills wrote:
Hi there,
> Question-1
>
> Is there a directive to add to our nginx.conf server block that will force
> nginx to re-resolve its proxy_pass URL upon error? If not upon error, then
> perhaps at some configurable time interval?
>
As the