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:
parent
698c8a5d57
commit
3f876fa7aa
1 changed files with 1 additions and 0 deletions
|
@ -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__;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue