Update nginx-prod.conf

This commit is contained in:
Egor Matveev 2023-04-18 20:46:02 +00:00
parent 4414856696
commit 00a8ed7cb8

View File

@ -1,7 +1,7 @@
events {}
http {
client_max_body_size 50m;
client_max_body_size 150m;
map $http_upgrade $connection_upgrade {
default upgrade;
@ -213,4 +213,4 @@ http {
}
}
}
}