From 43195015f23546b2486083a3e4c1daf396abf7d7 Mon Sep 17 00:00:00 2001 From: Karan Preet Singh Sasan Date: Sun, 3 Dec 2023 12:17:13 -0800 Subject: [PATCH] Update nginx for handling unrestricted file upload (#99) For handling https://github.com/SasanLabs/VulnerableApp/pull/454, we need to enable unrestriction in facade app to work in docker environment. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index ce686ed..7a0b926 100755 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ http { include mime.types; sendfile on; server { - + client_max_body_size 0; location /VulnerableApp { # As VulnerableApp-Facade should run even if some of the Vulnerable Applications are not present # there for added below configuration.