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

This commit is contained in:
ljf (zamentur) 2018-06-30 14:04:52 +02:00 committed by GitHub
parent 698c8a5d57
commit 3f876fa7aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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__;