Skip to content

Commit

Permalink
Merge pull request #36 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: elb_dns 변수 관련 재설정
  • Loading branch information
yjoonjang authored Mar 27, 2024
2 parents 1fdb79a + 1446680 commit 8f023a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server {
resolver 10.0.0.2 valid=10s;
# set $target "http://api.resumai.kr";
# proxy_pass $target;
set elb_dns resumai-lb-1519038453.ap-northeast-2.elb.amazonaws.com;
set $elb_dns resumai-lb-1519038453.ap-northeast-2.elb.amazonaws.com;
proxy_pass $elb_dns

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 8f023a1

Please sign in to comment.