From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DB7B1381F3 for ; Sun, 9 Jun 2013 01:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C91E077F; Sun, 9 Jun 2013 01:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DEC1E077F for ; Sun, 9 Jun 2013 01:08:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A19E33DF13 for ; Sun, 9 Jun 2013 01:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00B1DE468F for ; Sun, 9 Jun 2013 01:08:08 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1370740066.fb13fed241a4c8e4689c86a943b845de3209ea2a.robbat2@gentoo> Subject: [gentoo-commits] proj/gentoo-ads-config:master commit in: / X-VCS-Repository: proj/gentoo-ads-config X-VCS-Files: settings.py X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fb13fed241a4c8e4689c86a943b845de3209ea2a X-VCS-Branch: master Date: Sun, 9 Jun 2013 01:08:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 034c7870-0a1e-4889-acc8-a975e2b39fa5 X-Archives-Hash: 49aaf3f437733ee4974b2431a7671b93 commit: fb13fed241a4c8e4689c86a943b845de3209ea2a Author: Robin H. Johnson gentoo org> AuthorDate: Sun Jun 9 01:07:46 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Jun 9 01:07:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-ads-config.git;a=commit;h=fb13fed2 Use protocol-relative URL for images. Signed-off-by: Robin H. Johnson gentoo.org> --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 91d936d..cef3b63 100644 --- a/settings.py +++ b/settings.py @@ -91,7 +91,7 @@ MEDIA_ROOT = '/var/www/ads.gentoo.org/htdocs/media/' # Examples: "http://media.lawrence.com", "http://example.com/media/" ## this is hypothecal at this time -MEDIA_URL = 'http://www.gentoo.org/images/' +MEDIA_URL = '//www.gentoo.org/images/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash.