Subimos el límite de max body size
This commit is contained in:
parent
1e71e85bb0
commit
007ac8bbb7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ server {
|
|||
|
||||
add_header Strict-Transport-Security "max-age=31536000";
|
||||
|
||||
client_max_body_size 1m;
|
||||
client_max_body_size 10m;
|
||||
|
||||
{{ if (exists (printf "/etc/nginx/vhost.d/%s" $host)) }}
|
||||
include {{ printf "/etc/nginx/vhost.d/%s" $host }};
|
||||
|
|
Loading…
Reference in a new issue