Skip to content

Commit 584b098

Browse files
committed
chore: /api 프록시 경로 변경
1 parent 90251b4 commit 584b098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
server {
22
listen 8080;
3-
server_name localhost;
43
root /usr/share/nginx/html;
54
index index.html;
65
location / {
76
try_files $uri /index.html;
87
}
98
location /api/ {
10-
proxy_pass http://backend:3000;
9+
proxy_pass http://command-tracker-staging.ap-northeast-2.elasticbeanstalk.com;
1110
}
1211
}

0 commit comments

Comments
 (0)