Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Romero <[email protected]>
  • Loading branch information
honeytung and tyler-romero authored Apr 30, 2024
1 parent 1e4e579 commit b41eed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ events {
http {
server {
listen 6717;
client_max_body_size 10M;
client_max_body_size 10M; # a bit more than enough for a large json of a 14MP image

location / {
proxy_pass http://localhost:6718;
Expand Down

0 comments on commit b41eed1

Please sign in to comment.