mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
[fix] Increase attachment limit
This commit is contained in:
parent
b1780f5603
commit
7996ccdeb4
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ location __PATH__
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
client_max_body_size 100M;
|
||||||
|
|
||||||
# allow websockets
|
# allow websockets
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Add table
Reference in a new issue