Skip to content

Commit

Permalink
nginx.conf edit
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jul 1, 2024
1 parent 2e7304e commit c1ad547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform/nginx/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http {
}

upstream springboot {
server 127.0.0.1:5000;
server 127.0.0.1:8081;
keepalive 1024;
}

Expand Down

0 comments on commit c1ad547

Please sign in to comment.