From: Chris Date: Tue, 30 May 2017 16:39:28 +0000 (-0500) Subject: added 'https://' to CDN_HOST variable example (#3446) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=23081bb2994b34108fb06e15d3101849a3077cf9;p=mastodon.git added 'https://' to CDN_HOST variable example (#3446) --- diff --git a/.env.production.sample b/.env.production.sample index 23cf18c8e..394cdedfe 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -65,7 +65,7 @@ SMTP_FROM_ADDRESS=notifications@example.com # PAPERCLIP_ROOT_URL=/system # Optional asset host for multi-server setups -# CDN_HOST=assets.example.com +# CDN_HOST=https://assets.example.com # S3 (optional) # S3_ENABLED=true