mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Allow upload of files up to 10M
This commit is contained in:
parent
41f527e623
commit
94ee40c2d6
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ location __PATH__/ {
|
|||
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||
proxy_pass http://localhost:__PORT__/;
|
||||
proxy_set_header Host $host;
|
||||
#Allow upload until 10M to upload floorplan
|
||||
client_max_body_size 10M;
|
||||
|
||||
|
||||
|
||||
# Force usage of https
|
||||
|
|
Loading…
Reference in a new issue