Skip to content

Commit

Permalink
fixing a bug in nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
thecooltechguy committed Mar 12, 2024
1 parent a4b2056 commit 4c9fc5d
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 @@ -29,7 +29,7 @@ http {
listen 80 default_server;
listen [::]:80 default_server;

client_max_body_size 1024M;
# client_max_body_size 1024M;

location / {
proxy_pass http://127.0.0.1:4000;
Expand Down

0 comments on commit 4c9fc5d

Please sign in to comment.