Skip to content

Commit

Permalink
feat: updated client_max_body_size
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Aug 6, 2022
1 parent 0754419 commit 162197e
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 @@ -17,6 +17,7 @@ http {
server {
listen 8080;
server_name localhost;
client_max_body_size 16M;
location / {
root /pactum/app;
index index.html;
Expand Down

0 comments on commit 162197e

Please sign in to comment.