We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd6b0 commit 494ff5fCopy full SHA for 494ff5f
nginx.conf
@@ -6,7 +6,7 @@ http {
6
client_max_body_size 500M;
7
8
upstream frontend {
9
- server frontend:3000;
+ server frontend:5173;
10
}
11
12
upstream backend {
0 commit comments