Skip to content

Commit

Permalink
Update nginx for handling unrestricted file upload
Browse files Browse the repository at this point in the history
For handling SasanLabs/VulnerableApp#454, we need to enable unrestriction in facade app to work in docker environment.
  • Loading branch information
preetkaran20 authored Dec 3, 2023
1 parent 7e649c9 commit 992fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 992fa8f

Please sign in to comment.