Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
710:configure_stages [2024/03/08 10:33] – Weinlein, Thomas | 710: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 '' | * Store your PKCS#12 (requires JDK 8u301 or newer) or JKS keystore file in '' | ||
- | '' | + | '' |
<code properties> | <code properties> | ||
general.external.hostname = stages.example.com | general.external.hostname = stages.example.com | ||
Line 305: | Line 305: | ||
ProxyPassReverse / | ProxyPassReverse / | ||
ProxyPass /stages http://{{ internal_hostname }}: | ProxyPass /stages http://{{ internal_hostname }}: | ||
- | ProxyPass /reporting http://{{ internal_hostname }}: | ||
- | ProxyPass / | ||
SSLEngine on | SSLEngine on |