Hi,
I am new to nginx and am trying to get a simple webDAV server running.
I can use GET to read files, but PUT fails.
Using opensuse 15.3.
'# nginx -V
nginx version: nginx/1.20.2
built by gcc 7.5.0 (SUSE Linux)
configure arguments: --with-http_dav_module'
nginx.conf is as supplied with the foll
Hello!
On Fri, Dec 31, 2021 at 06:59:46AM -0500, BonVonKnobloch wrote:
> I am new to nginx and am trying to get a simple webDAV server running.
> I can use GET to read files, but PUT fails.
> Using opensuse 15.3.
[...]
> nginx.conf is as supplied with the following added in 'server':
>
>
I have two server test1.com and test2.com. test1 is internet public face
server. Test2 is intranet only server. Both servers have nginx docker
running.
Test1 run a Django app1 which has static files under /app/public/static.
App1 can load the static files and run correctly from URL
https://test1.c