Skip to content
Snippets Groups Projects
Verified Commit fea50716 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing client_max_body_size in docker proxy template

parent 28d78458
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ server { ...@@ -65,6 +65,7 @@ server {
location / { location / {
include /etc/nginx/funkwhale_proxy.conf; include /etc/nginx/funkwhale_proxy.conf;
client_max_body_size ${NGINX_MAX_BODY_SIZE};
proxy_pass http://fw/; proxy_pass http://fw/;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment