We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Following instructions describe how to configure an external SSL Proxy (Apache HTTPd or NGINX) in Alfresco Share.
# Proxy pass configuration for SSL RUN sed -i '/<Connector port="8080" protocol="HTTP\/1.1"/a \ proxyName="external.server.com"\n\ proxyPort="443" \n\ scheme="https" \n\ secure="true" \ ' $TOMCAT_DIR/conf/server.xml
Where server.external.com is the name of your external SSL Proxy.
server.external.com