Skip to content

Commit a3792fe

Browse files
committed
update service name
1 parent 982fb81 commit a3792fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http {
99

1010
location / {
1111
# 'fastapi-app'은 docker-compose.yml의 서비스 이름과 같아야 합니다.
12-
proxy_pass http://fastapi-app:8000;
12+
proxy_pass http://codive-ai-server:8000;
1313
proxy_set_header Host $host;
1414
proxy_set_header X-Real-IP $remote_addr;
1515
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)