docker confluence 笔记

安装java 8

yum -y install java-1.8.0-openjdk*


 

 

反向代理的问题

If you are using a reverse proxy, make sure the the proxyName and proxyPort attributes have correct values for your reverse proxy.  Your connector should look similar to the example below, and the recommended settings will be displayed in the warning.

<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
     maxThreads="48" minSpareThreads="10"
     enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
     protocol="org.apache.coyote.http11.Http11NioProtocol" 
     proxyName="www.example.com" proxyPort="80" scheme="http"/>

proxyName 改成入口的域名
proxyPort 改成80
posted @ 2022-09-20 14:58  温泉镇谢步东  阅读(24)  评论(0编辑  收藏  举报