文档
Liferay提供丰富知识资源,协助我们的社区与我们的技术更好地结合、应用。
Web Server
Set the HTTP and HTTPs ports when running the portal in a J2EE server that is sitting behind another web server like Apache. Set the values to -1 if the portal is not running behind another web server like Apache.
web.server.http.port=-1
web.server.https.port=-1
Set the hostname that will be used when the portlet generates URLs. Leaving this blank will mean the host is derived from the servlet container.
web.server.host=
Set the preferred protocol.
Example:
web.server.protocol=https
Set this to true to display the server name at the bottom of every page. This is useful when testing clustering configurations so that you can know which node you are accessing.
web.server.display.node=false
Set this to true to enable support for legacy proxy servers (Apache 1.x).
web.server.proxy.legacy.mode=false