Изменил client_max_body_size 100m

This commit is contained in:
Book Pauk
2022-07-07 17:37:25 +07:00
parent 055181b744
commit 8cd6ed472c
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ server {
server_name liberama.top;
client_max_body_size 50m;
client_max_body_size 100m;
proxy_read_timeout 1h;
gzip on;
@@ -63,7 +63,7 @@ server {
listen 80;
server_name b.liberama.top;
client_max_body_size 50m;
client_max_body_size 100m;
proxy_read_timeout 1h;
gzip on;