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:
parent
c5cf15d7cb
commit
04fce7382f
1 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ location / {
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
client_max_body_size 1G;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue