1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/octoprint_ynh.git synced 2024-09-03 19:46:26 +02:00

Update max upload size to allow pushing GCode to server

This commit is contained in:
Alexis Lothoré 2020-01-27 22:27:28 +01:00
parent c5cf15d7cb
commit 04fce7382f

View file

@ -14,4 +14,5 @@ location / {
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
client_max_body_size 1G;
}