환경에서 자동 프록시 설정을 지원하지 않는 경우 환경 변수를 사용하여 웹 프록시를 식별할 수 있습니다.
HTTP_PROXY
및 HTTPS_PROXY
는 웹 프록시를 식별하는 데 사용할 수 있는 환경 변수입니다. 기업에서 Unity 라이선스 서버를 사용하는 경우 NO_PROXY
환경 변수도 설정하십시오. 환경 변수를 수동으로 설정하든 더 확장성이 높은 방법을 사용하든 관계 없이, 웹 프록시를 통해 통신하는 각 기기에 설정해야 합니다.
중요: 환경 변수에서 프록시 설정을 지정하면 자동 프록시 설정을 오버라이드하게 됩니다.
사용하는 환경 변수와 할당하는 값은 환경에 따라 다를 수 있습니다. 다음 섹션에서 상황에 가장 적합한 가이드를 사용하십시오.
환경 변수 정의에서 인증 정보를 제외할 수 있는 경우 프록시 값은 다음 형식을 갖습니다.
http://<proxy_name_or_IP_address>:<proxy_port>
예: http://webproxy.mycompany.com:8080
중요: 비밀번호를 환경 변수에 사용할 경우 안전하지 않을 수 있습니다.
환경 변수 정의에 인증 정보를 포함해야 하는 경우 프록시 값은 다음 형식을 갖습니다.
http://<username>:<password>@<proxy_name_or_IP_address>:<proxy_port>
예: http://DanaLee:My1337password@webproxy.mycompany.com:8080
기업에서 Unity 라이선스 서버를 사용하는 경우 라이선스 서버의 이름이나 IP 주소를 할당하여 NO_PROXY
환경 변수를 설정합니다.
운영체제마다 환경 변수를 설정하는 방법은 여러 가지가 있습니다. 그러나 커맨드 파일을 만드는 것은 모든 운영체제에서 각 세션의 환경 변수를 설정할 수 있는 한 가지 방법입니다.
이제 환경에 사용할 환경 변수와 그 값을 설정하는 방법을 알았으므로 이를 커맨드 파일 생성에 사용할 수 있습니다.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.