1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Fix 413 request entity too large (#55)

* [fix] 413 Request Entity Too Large
This commit is contained in:
ljf (zamentur) 2018-08-23 23:34:59 +02:00 committed by lapineige
parent b922bf21fd
commit bf1431b94b
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@ location __PATH__/ {
client_body_timeout 60m;
proxy_read_timeout 60m;
fastcgi_read_timeout 60m;
client_max_body_size 50M;
try_files $uri @__NAME__;

View file

@ -1 +1,3 @@
max_execution_time=3600
upload_max_filesize = 50M
post_max_size = 50M