Add dav proxy directions to example proxy configurations
Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
parent
ebd71d1f04
commit
d88551e99d
3 changed files with 14 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue