Skip to content

Commit 494ff5f

Browse files
committed
chore: update frontend server port in nginx configuration
1 parent 41bd6b0 commit 494ff5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http {
66
client_max_body_size 500M;
77

88
upstream frontend {
9-
server frontend:3000;
9+
server frontend:5173;
1010
}
1111

1212
upstream backend {

0 commit comments

Comments
 (0)