shimun 65140c1986
Some checks reported errors
continuous-integration/drone/push Build encountered an error
webdav isn't using fcgi anymore
2020-04-14 15:48:16 +02:00

6 lines
75 B
Plaintext

location /seafdav {
proxy_pass http://webdav;
client_max_body_size 0;
}