Skip to content

Commit 90251b4

Browse files
committed
chore: nginx.conf 설정 추가 - close #38
1 parent 15f16b8 commit 90251b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ server {
66
location / {
77
try_files $uri /index.html;
88
}
9+
location /api/ {
10+
proxy_pass http://backend:3000;
11+
}
912
}

0 commit comments

Comments
 (0)