1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Merge pull request #35 from YunoHost-Apps/fix-attachment-limit

[fix] Increase attachment limit
This commit is contained in:
ljf (zamentur) 2019-04-02 13:17:01 +02:00 committed by GitHub
commit 8f4fe946da

View file

@ -6,6 +6,7 @@ location __PATH__
proxy_pass http://127.0.0.1:__PORT__;
proxy_http_version 1.1;
client_max_body_size 100M;
proxy_set_header Accept-Encoding "";
# allow websockets