We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982fb81 commit a3792feCopy full SHA for a3792fe
1 file changed
nginx/nginx.conf
@@ -9,7 +9,7 @@ http {
9
10
location / {
11
# 'fastapi-app'은 docker-compose.yml의 서비스 이름과 같아야 합니다.
12
- proxy_pass http://fastapi-app:8000;
+ proxy_pass http://codive-ai-server:8000;
13
proxy_set_header Host $host;
14
proxy_set_header X-Real-IP $remote_addr;
15
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments