Fixed WebDav Uploads Nginx

Signed-off-by: marekschneider <marek@kms.onl>
This commit is contained in:
marekschneider 2022-05-06 12:26:19 +02:00 committed by GitHub
parent b0d83d45a1
commit d02ff5fc9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 0;
# Websocket
proxy_http_version 1.1;