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:
parent
b922bf21fd
commit
bf1431b94b
2 changed files with 4 additions and 1 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__;
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
max_execution_time=3600
|
||||
upload_max_filesize = 50M
|
||||
post_max_size = 50M
|
||||
|
|
Loading…
Add table
Reference in a new issue