From 959b737095e072ad5e9d87a385a798c941ca801d Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 27 Apr 2023 22:09:06 +0100 Subject: [PATCH] Update 'scripts/HRConvert2/manifest.dat' --- scripts/HRConvert2/manifest.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/HRConvert2/manifest.dat b/scripts/HRConvert2/manifest.dat index 9b8b02d..b4f2fbb 100644 --- a/scripts/HRConvert2/manifest.dat +++ b/scripts/HRConvert2/manifest.dat @@ -6,4 +6,4 @@ @ HRConvert2 % @ #ADDITIONAL_REPLACE -@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";\nclient_max_body_size 100M;") \ No newline at end of file