Added missing client_max_body_size in docker proxy template
This commit is contained in:
parent
28d78458de
commit
fea507163a
|
@ -65,6 +65,7 @@ server {
|
|||
|
||||
location / {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
client_max_body_size ${NGINX_MAX_BODY_SIZE};
|
||||
proxy_pass http://fw/;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue