diff --git a/nginx.conf b/nginx.conf index 272db13..f42e175 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,7 +28,7 @@ http { listen 80; server_name _; - location ~ ^/(api|docs|openapi\.json$) { + location ~ ^/(api|webdav|docs|openapi\.json$) { proxy_pass http://127.0.0.1:8000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;