1
0

Add dav proxy directions to example proxy configurations

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente
2020-08-20 14:08:35 +02:00
parent ebd71d1f04
commit d88551e99d
3 changed files with 14 additions and 8 deletions

View File

@ -88,7 +88,7 @@ server {
proxy_pass http://frontend:80;
}
location /api/ {
location ~* ^/(api|dav|\.well-known)/ {
proxy_pass http://api:3456;
client_max_body_size 20M;
}