Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details>
tag!
<details>
Summary Goes Here
# Step 1: set up normal server with HTTPS https://letsencrypt.org/ | |
# Step 2: set up proxy settings as shown below | |
# Step 3: set custom domain in Intercom Help Center settings | |
<IfModule mod_ssl.c> | |
<VirtualHost *:443> | |
ServerName your-help-site.custom-domain.com # specify your custom domain here | |
SSLEngine on | |
SSLProxyVerify none |