Skip to content

Commit

Permalink
[Nginx] Increases nginx client body size to 1G
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Jun 2, 2020
1 parent 3cd927e commit 74c4235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ http {
server {
listen 80;
charset utf-8;
client_max_body_size 1024m;

add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
Expand Down

0 comments on commit 74c4235

Please sign in to comment.