Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
710:configure_stages [2024/03/08 10:33] Weinlein, Thomas710:configure_stages [2024/10/30 11:27] (current) – [Configuring TLS/SSL Certificate] Weinlein, Thomas
Line 246: Line 246:
   * Store your PKCS#12 (requires JDK 8u301 or newer) or JKS keystore file in ''$STAGES_CONF'' directory and adapt the following configuration properties accordingly:   * Store your PKCS#12 (requires JDK 8u301 or newer) or JKS keystore file in ''$STAGES_CONF'' directory and adapt the following configuration properties accordingly:
  
-''$STAGES_CONF/stages.properties''+''$STAGES_CONF/config.properties''
 <code properties> <code properties>
 general.external.hostname = stages.example.com general.external.hostname = stages.example.com
Line 305: Line 305:
 ProxyPassReverse /stages/socket ws://{{ internal_hostname }}:8081/stages/socket ProxyPassReverse /stages/socket ws://{{ internal_hostname }}:8081/stages/socket
 ProxyPass /stages http://{{ internal_hostname }}:8081/stages ProxyPass /stages http://{{ internal_hostname }}:8081/stages
-ProxyPass /reporting http://{{ internal_hostname }}:8081/reporting 
-ProxyPass /stages-processor http://{{ internal_hostname }}:8081/stages-processor 
  
 SSLEngine on SSLEngine on