1
0
Fork 0
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:
Krakinou 2021-01-17 19:02:59 +01:00
parent 41f527e623
commit 94ee40c2d6

View file

@ -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