Skip to content

Commit 4536fab

Browse files
committed
devops: 개발 서버 배포 테스트
1 parent 003881c commit 4536fab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ server {
99
}
1010

1111
location /api/ {
12+
rewrite ^/api/(.*)$ /$1 break;
1213
proxy_pass http://backend:3000;
1314
proxy_http_version 1.1;
1415
proxy_set_header Host $host;

0 commit comments

Comments
 (0)