Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

reverse proxy 문제 해결

tomcat 의 conf/server.xml 에 다음과 같이 proxyName, proxyPort, scheme 기술후 재구동

<Connector port="8080" connectionTimeout="20000" maxThreads="200" minSpareThreads="10"
    enableLookups="false" acceptCount="10" URIEncoding="UTF-8"
    proxyName="atlassian.com" proxyPort="443" scheme="https" />

 

 

Ref

 

  • No labels