From: Bhanu Date: Wed, 20 Feb 2019 07:01:03 +0000 (+0530) Subject: Update CDN URL in samples to have a protocol X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=303eb0309c12e2af3da57ee796c5f154c5a9bca7;p=discourse_docker.git Update CDN URL in samples to have a protocol * authored by Bhanu, reworded slightly by supermathie --- diff --git a/samples/standalone.yml b/samples/standalone.yml index 4a00ec5..790a0ff 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -68,9 +68,9 @@ env: ## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate #LETSENCRYPT_ACCOUNT_EMAIL: me@example.com - ## The CDN address for this Discourse instance (configured to pull) + ## The http or https CDN address for this Discourse instance (configured to pull) ## see https://meta.discourse.org/t/14857 for details - #DISCOURSE_CDN_URL: //discourse-cdn.example.com + #DISCOURSE_CDN_URL: https://discourse-cdn.example.com ## The Docker container is stateless; all data is stored in /shared volumes: diff --git a/samples/web_only.yml b/samples/web_only.yml index d1ed3d7..8545bff 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -66,8 +66,9 @@ env: DISCOURSE_DB_HOST: data DISCOURSE_REDIS_HOST: data - ## The CDN address for this Discourse instance (configured to pull) - #DISCOURSE_CDN_URL: //discourse-cdn.example.com + ## The http or https CDN address for this Discourse instance (configured to pull) + ## see https://meta.discourse.org/t/14857 for details + #DISCOURSE_CDN_URL: https://discourse-cdn.example.com volumes: - volume: