Skip to content

Commit

Permalink
Fix: django 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-river committed Oct 8, 2024
1 parent 5ffa425 commit 3126e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KUA/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http {
server_name api.kuna.devkor.club;

location / {
proxy_pass http://localhost:8000; # Django 컨테이너로 요청 전달
proxy_pass http://kua-backend:8000; # Django 컨테이너로 요청 전달
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 3126e10

Please sign in to comment.