This commit is contained in:
Administrator
2023-05-13 01:03:10 +03:00

View File

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