From 303eb0309c12e2af3da57ee796c5f154c5a9bca7 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Wed, 20 Feb 2019 12:31:03 +0530 Subject: [PATCH] Update CDN URL in samples to have a protocol * authored by Bhanu, reworded slightly by supermathie --- samples/standalone.yml | 4 ++-- samples/web_only.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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: -- 2.25.1