Added missing client_max_body_size in docker proxy template
This commit is contained in:
parent
28d78458de
commit
fea507163a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue