Skip to content

Commit

Permalink
test : nginx.conf 수정 후 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
LHS-11 committed Feb 19, 2024
1 parent 42754ad commit 99994a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion config/nginx/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1.21.4
COPY ./nginx.conf /etc/nginx/nginx.conf
#COPY ./nginx.conf /etc/nginx/nginx.conf

9 changes: 0 additions & 9 deletions config/nginx/dev/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,5 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

# FastAPI 서비스로의 프록시
; location /api/ {
; proxy_pass http://fastapi-dev:8000;
; proxy_set_header Host $host;
; proxy_set_header X-Real-IP $remote_addr;
; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
; proxy_set_header X-Forwarded-Proto $scheme;
; }
}
}

0 comments on commit 99994a6

Please sign in to comment.