Allow larger file uploads for filemanager

This commit is contained in:
Johannes Zellner
2020-07-10 16:46:50 +02:00
parent 8c7eff4e24
commit a481ceac8c
+5
View File
@@ -192,6 +192,11 @@ server {
client_max_body_size 0;
}
location ~ ^/api/v1/apps/.*/files/ {
proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
}
# graphite paths (uncomment block below and visit /graphite-web/dashboard)
# remember to comment out the CSP policy as well to access the graphite dashboard
# location ~ ^/graphite-web/ {