Skip to content

🌐 Add Korean translation for docs/ko/docs/advanced/behind-a-proxy.md#4774

Closed
NinaHwang wants to merge 5 commits intofastapi:masterfrom
NinaHwang:advanced/behind-a-proxy
Closed

🌐 Add Korean translation for docs/ko/docs/advanced/behind-a-proxy.md#4774
NinaHwang wants to merge 5 commits intofastapi:masterfrom
NinaHwang:advanced/behind-a-proxy

Conversation

@NinaHwang
Copy link
Contributor

Test complete

related: #2017

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cf73051) 100.00% compared to head (eaab77b) 100.00%.
Report is 1059 commits behind head on master.

❗ Current head eaab77b differs from pull request most recent head c4a397a. Consider uploading reports for the commit c4a397a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##            master     #4774    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          540       531     -9     
  Lines        13969     13629   -340     
==========================================
- Hits         13969     13629   -340     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 9, 2022

@tiangolo tiangolo changed the title 🌐 Add Korean translation for advanced/behind-a-proxy.md 🌐 Add Korean translation for docs/ko/docs/advanced/behind-a-proxy.md May 11, 2022
Copy link
Member

@tiangolo tiangolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🤩

Can you please remove the docs/ko/docs/advanced/.DS_Store file?

@tiangolo tiangolo added lang-all Translations awaiting-review lang-ko Korean translations labels May 11, 2022
@github-actions github-actions bot mentioned this pull request May 11, 2022
@NinaHwang NinaHwang force-pushed the advanced/behind-a-proxy branch from ac12211 to 1191ebb Compare May 13, 2022 09:12
@NinaHwang NinaHwang force-pushed the advanced/behind-a-proxy branch from 9e8fd40 to a55ad06 Compare May 13, 2022 09:14
@github-actions
Copy link
Contributor

joonas-yoon added a commit to joonas-yoon/fastapi that referenced this pull request Aug 6, 2022
@tiangolo
Copy link
Member

@tiangolo tiangolo added lang-ko Korean translations and removed lang-ko Korean translations labels Jan 15, 2024
@tiangolo
Copy link
Member

Thank you! I'm still waiting for others to review this to be able to merge it, meanwhile, maybe you could help me review some of the other Korean translations, that way if they are approved by each other, I could merge them. 🤓

https://github.com/tiangolo/fastapi/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Alang-ko+label%3Aawaiting-review

Copy link
Contributor

@BORA040126 BORA040126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

미숙하지만 검토해 주시면 감사하겠습니다

@@ -0,0 +1,346 @@
# 프록시의 뒤편

당신의 응용프로그램에서는 인식할 수 없는 경로 접두사를 추가하는 설정을 적용해서 Traefik 또는 Nginx와 같은 **프록시** 서버를 사용해야 하는 경우가 있습니다.
Copy link
Contributor

@BORA040126 BORA040126 Nov 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'경우에 따라 Traefik 또는 Nginx와 같은 프록시 서버를 사용해야 할 수 있으며, 이때 애플리케이션이 인식하지 못하는 추가 경로 접두사를 설정에 추가하는 경우가 있습니다.'로 수정하면 이해하기 쉬울 수 있을 것 같습니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'응용 프로그램' 대신 '애플리케이션'을 주로 다른 문서에서 사용하고 있는 것 같습니다.


## 잘린 경로 접두사를 갖는 프록시

잘린 경로 접두사를 갖는 프록시가 있다는 것은, 당신의 코드에서 `/app`으로 경로를 선언한 뒤에, `/api/v1`와 같은 경로 아래에 당신의 **FastAPI** 응용프로그램을 담는 새로운 계층을 최상단(프록시) 위에 추가한다는 것을 의미합니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Having a proxy with a stripped path prefix, in this case, means that you could declare a path at /app in your code, but then, you add a layer on top (the proxy) that would put your FastAPI application under a path like /api/v1.'를 참고해서 번역을 한 번 더 검토해 주시면 감사하겠습니다.


그리고 프록시는 Uvicorn으로 요청을 전송하기 전에 즉시 **경로 접두사** 를 **"잘라"** 응용프로그램으로 하여금 `/app`에서 동작중임을 확신하게 하기 때문에, 접두사가 `/api/v1`을 포함하도록 코드를 수정할 필요가 없습니다.

여기까지, 모든 것은 정상적으로 작동할 것입니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'여기까지->여기까지는'으로 바꾸면 자연스러울 것 같습니다.

@github-actions
Copy link
Contributor

As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.

@github-actions github-actions bot closed this Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-review lang-all Translations lang-ko Korean translations waiting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants